Home
last modified time | relevance | path

Searched defs:uchar (Results 1 – 6 of 6) 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/ets2panda/lexer/regexp/
Dregexp.cpp852 auto uchar = static_cast<UChar>(cp); in IsIdStart() local
859 auto uchar = static_cast<UChar>(cp); in IsIdCont() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp824 auto uchar = static_cast<UChar32>(cp); in IsIdStart() local
830 auto uchar = static_cast<UChar32>(cp); in IsIdCont() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1617 auto uchar = static_cast<UChar32>(c); in IsIdentFirst() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp723 T uchar = *current_; in ParseBackslash() local