Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h87 #define LEX_CHAR_VT 0x0B /* liner tabulation */ macro
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp568 cp = LEX_CHAR_VT; in ScanStringUnicodePart()
1265 case LEX_CHAR_VT: in SkipWhiteSpaces()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp354 return LEX_CHAR_VT; in ParseClassAtom()