Home
last modified time | relevance | path

Searched defs:uchar (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A 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/
H A 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/regexp/
H A Dregexp.cpp845 auto uchar = static_cast<UChar>(cp); in IsIdStart() local
852 auto uchar = static_cast<UChar>(cp); in IsIdCont() local
[all...]
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A 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/base/
H A Djson_parser.cpp723 T uchar = *current_; in ParseBackslash() local
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp1617 auto uchar = static_cast<UChar32>(c); in IsIdentFirst() local

Completed in 7 milliseconds