Home
last modified time | relevance | path

Searched refs:IsNum (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp99 if (IsNum(c)) { in Lex()
279 while (PeekChar(c, false) && (IsNum(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F'))) { in LexHexAndBinaryNum()
311 if (IsNum(c)) { // Octal number in LexFromNumber()
312 while (PeekChar(c) && IsNum(c)) { in LexFromNumber()
325 while (PeekChar(c, true) && IsNum(c)) { in LexFromNumber()
389 bool Lexer::IsNum(char c) in IsNum() function in Lexer
H A Dlexer.h54 static bool IsNum(char c);

Completed in 2 milliseconds