Home
last modified time | relevance | path

Searched refs:LEX_CHAR_LOWERCASE_S (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h49 #define LEX_CHAR_LOWERCASE_S 0x73 /* s */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp336 case LEX_CHAR_LOWERCASE_S: in ParseClassAtom()
488 case LEX_CHAR_LOWERCASE_S: in ParseAtomEscapeSwitch()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp333 case LEX_CHAR_LOWERCASE_S: in ParseClassAtom()
484 case LEX_CHAR_LOWERCASE_S: in ParseAtomEscape()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h49 inline constexpr char32_t LEX_CHAR_LOWERCASE_S = 0x73; /* s */ member
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp1088 case LEX_CHAR_LOWERCASE_S: { in ScanRegExpFlags()
1489 case LEX_CHAR_LOWERCASE_S: in NextToken()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp1101 case LEX_CHAR_LOWERCASE_S: { in GetRegExpFlag()
1624 case LEX_CHAR_LOWERCASE_S: { in NextToken()

Completed in 6 milliseconds