Home
last modified time | relevance | path

Searched refs:LEX_CHAR_9 (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp253 case LEX_CHAR_9: { in ScanDecimalNumbers()
926 case LEX_CHAR_9: { in ScanDotPunctuator()
1122 case LEX_CHAR_9: { in CheckOctal()
1369 case LEX_CHAR_9: { in NextToken()
1559 case LEX_CHAR_9: { in ScanNumberLeadingZeroImplNonAllowedCases()
H A Dlexer.h586 return (cp >= LEX_CHAR_0 && cp <= LEX_CHAR_9); in IsDecimalDigit()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h109 #define LEX_CHAR_9 0x39 /* 9 */ macro
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp263 case LEX_CHAR_9: { in ScanNumberLeadingZero()
286 case LEX_CHAR_9: { in ScanNumberLeadingZero()
313 case LEX_CHAR_9: { in ScanDecimalNumbers()
949 case LEX_CHAR_9: { in ScanDotPunctuator()
1467 case LEX_CHAR_9: { in NextToken()
H A Dlexer.h433 return (cp >= LEX_CHAR_0 && cp <= LEX_CHAR_9); in IsDecimalDigit()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp50 return (cp >= LEX_CHAR_0 && cp <= LEX_CHAR_9); in IsDecimalDigit()
277 if (cp < LEX_CHAR_0 || cp > LEX_CHAR_9) { in ParseControlEscape()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp53 return (cp >= LEX_CHAR_0 && cp <= LEX_CHAR_9); in IsDecimalDigit()
274 if (cp < LEX_CHAR_0 || cp > LEX_CHAR_9) { in ParseControlEscape()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h106 inline constexpr char32_t LEX_CHAR_9 = 0x39; /* 9 */ member

Completed in 8 milliseconds