Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp51 static bool IsDecimalDigit(char32_t cp) in IsDecimalDigit()
56 static bool IsOctalDigit(char32_t cp) in IsOctalDigit()
61 static bool IsHexDigit(char32_t cp) in IsHexDigit()
67 static uint32_t DigitValue(char32_t cp) in DigitValue()
72 static uint32_t HexValue(char32_t cp) in HexValue()
120 char32_t cp = Peek(); in ParseAlternative() local
146 char32_t cp = Next(); in ParseAlternative() local
266 char32_t cp = Peek(); in ParseControlEscape() local
285 char32_t cp = Next(); in ParseClassAtom() local
371 static bool IsClassEscape(uint32_t cp) in IsClassEscape()
[all …]
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp175 bool KeywordsUtil::IsIdentifierStart(char32_t cp) in IsIdentifierStart()
185 bool KeywordsUtil::IsIdentifierPart(char32_t cp) in IsIdentifierPart()
199 void KeywordsUtil::ScanIdentifierStart(char32_t cp) in ScanIdentifierStart()
226 auto cp = ScanUnicodeEscapeSequence(); in ScanIdContinue() local
237 auto cp = Iterator().PeekCp(&cpSize); in ScanIdContinue() local
Dlexer.h219 char32_t cp = Iterator().Peek(); in ScanString() local
310 const auto cp = Iterator().Peek(); in ScanHexEscape() local
329 auto cp = Iterator().Peek(); in ScanNumberRadix() local
417 inline bool Lexer::IsDecimalDigit(uint32_t cp) in IsDecimalDigit()
Dlexer.cpp56 char32_t cp {}; in ScanUnicodeCodePointEscape() local
376 auto cp = Iterator().Peek(); in ScanNumber() local
457 char32_t cp = Iterator().PeekCp(&cpSize); in ScanTemplateString() local
535 char32_t cp = Iterator().PeekCp(&cpSize); in ScanStringUnicodePart() local
1070 auto cp = Iterator().PeekCp(&cpSize); in ScanRegExpFlags() local
1238 auto cp = Iterator().Peek(); in SkipWhiteSpaces() local
1329 auto cp = Iterator().Peek(); in NextToken() local
DkeywordsUtil.h34 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags, char32_t cp) in KeywordsUtil()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp45 std::tuple<char32_t, char32_t> StringView::EncodeSurrogate(char32_t cp) in EncodeSurrogate()
Dustring.h117 static bool IsHighSurrogate(char32_t cp) in IsHighSurrogate()
122 static bool IsLowSurrogate(char32_t cp) in IsLowSurrogate()
367 auto cp = iter.Next(); in EscapeSymbol() local
/arkcompiler/runtime_core/verification/absint/tests/
Dexec_context_test.cpp64 std::array<const uint8_t *, 6> cp = {&instructions[8], &instructions[17], &instructions[23], in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp29 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1824 static bool IsAccessorDelimiter(char32_t cp) in IsAccessorDelimiter()
1839 static bool IsShorthandDelimiter(char32_t cp) in IsShorthandDelimiter()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp669 auto cp = dda.GetConstantPool(); in __anon54023d591102() local
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp687 JSTaggedValue cp = cpList->Get(pos + 1); in AddConstantPool() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp141 int32_t cp = nextCpVal.ToInt32(); in FromCodePoint() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property