Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h86 #define LEX_CHAR_TAB 0x09 /* character tabulation */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h86 inline constexpr char32_t LEX_CHAR_TAB = 0x09; /* character tabulation */ member
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp555 cp = LEX_CHAR_TAB; in ScanUnicodeCharacter()
1213 case LEX_CHAR_TAB: { in SkipWhiteSpaces()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp355 return LEX_CHAR_TAB; in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp352 return LEX_CHAR_TAB; in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp573 cp = LEX_CHAR_TAB; in ScanStringUnicodePart()
1334 case LEX_CHAR_TAB: { in SkipWhiteSpaces()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp637 case lexer::LEX_CHAR_TAB: { in GetEscapedCharacter()

Completed in 9 milliseconds