Home
last modified time | relevance | path

Searched refs:LEX_CHAR_LOWERCASE_B (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h32 #define LEX_CHAR_LOWERCASE_B 0x62 /* b */ macro
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp121 if (cp == LEX_CHAR_LOWERCASE_B || cp == LEX_CHAR_UPPERCASE_B) { in ParseAlternative()
338 case LEX_CHAR_LOWERCASE_B: { in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp234 case LEX_CHAR_LOWERCASE_B: in ScanNumberLeadingZero()
555 case LEX_CHAR_LOWERCASE_B: { in ScanStringUnicodePart()
1502 case LEX_CHAR_LOWERCASE_B: { in NextToken()