Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp179 auto uchar = static_cast<UChar32>(cp); in IsIdentifierStart() local
193 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.cpp849 auto uchar = static_cast<UChar>(cp); in IsIdStart() local
856 auto uchar = static_cast<UChar>(cp); in IsIdCont() 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/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp49 std::string UtilHelper::ConvertToString(UChar *uchar) in ConvertToString()
Dani_textdecoder.cpp78 std::vector<char> TextDecoder::ConvertToChar(Span<const UChar> uchar, size_t length) in ConvertToChar()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1615 auto uchar = static_cast<UChar32>(c); in IsIdentFirst() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp727 T uchar = *current_; in ParseBackslash() local