Home
last modified time | relevance | path

Searched refs:LEX_CHAR_LOWERCASE_X (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h54 #define LEX_CHAR_LOWERCASE_X 0x78 /* x */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp315 case LEX_CHAR_LOWERCASE_X: { in ParseClassAtom()
467 case LEX_CHAR_LOWERCASE_X: { in ParseAtomEscapeSwitch()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp312 case LEX_CHAR_LOWERCASE_X: { in ParseClassAtom()
459 case LEX_CHAR_LOWERCASE_X: { in ParseAtomEscape()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h54 inline constexpr char32_t LEX_CHAR_LOWERCASE_X = 0x78; /* x */ member
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp239 case LEX_CHAR_LOWERCASE_X: in ScanNumberLeadingZero()
592 case LEX_CHAR_LOWERCASE_X: { in ScanStringUnicodePart()
1530 case LEX_CHAR_LOWERCASE_X: in NextToken()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp574 case LEX_CHAR_LOWERCASE_X: { in ScanUnicodeCharacter()
1494 case LEX_CHAR_LOWERCASE_X: in NextToken()
H A Dlexer.h475 case LEX_CHAR_LOWERCASE_X: in ScanNumberLeadingZeroImpl()

Completed in 8 milliseconds