Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h32 #define LEX_CHAR_LOWERCASE_B 0x62 /* b */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp121 if (cp == LEX_CHAR_LOWERCASE_B || cp == LEX_CHAR_UPPERCASE_B) { in ParseAlternative()
342 case LEX_CHAR_LOWERCASE_B: { in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp122 if (cp == LEX_CHAR_LOWERCASE_B || cp == LEX_CHAR_UPPERCASE_B) { in ParseAlternative()
339 case LEX_CHAR_LOWERCASE_B: { in ParseClassAtom()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h32 inline constexpr char32_t LEX_CHAR_LOWERCASE_B = 0x62; /* b */ member
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp247 case LEX_CHAR_LOWERCASE_B: in ScanNumberLeadingZero()
568 case LEX_CHAR_LOWERCASE_B: { in ScanStringUnicodePart()
1568 case LEX_CHAR_LOWERCASE_B: { in NextToken()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp550 case LEX_CHAR_LOWERCASE_B: { in ScanUnicodeCharacter()
1473 case LEX_CHAR_LOWERCASE_B: in NextToken()
H A Dlexer.h485 case LEX_CHAR_LOWERCASE_B: in ScanNumberLeadingZeroImpl()

Completed in 8 milliseconds