Home
last modified time | relevance | path

Searched defs:uchar (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp181 auto uchar = static_cast<UChar32>(cp); in IsIdentifierStart() local
195 auto uchar = static_cast<UChar32>(cp); in IsIdentifierPart() local
/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.cpp180 auto uchar = static_cast<UChar32>(cp); in IsIdentifierStart() local
191 auto uchar = static_cast<UChar32>(cp); in IsIdentifierPart() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp822 auto uchar = static_cast<UChar32>(cp); in IsIdStart() local
828 auto uchar = static_cast<UChar32>(cp); in IsIdCont() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp843 auto uchar = static_cast<UChar>(cp); in IsIdStart() local
850 auto uchar = static_cast<UChar>(cp); in IsIdCont() local