| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 51 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/ |
| D | keywordsUtil.cpp | 175 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
|
| D | lexer.h | 219 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()
|
| D | lexer.cpp | 56 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
|
| D | keywordsUtil.h | 34 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags, char32_t cp) in KeywordsUtil()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.cpp | 45 std::tuple<char32_t, char32_t> StringView::EncodeSurrogate(char32_t cp) in EncodeSurrogate()
|
| D | ustring.h | 117 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/ |
| D | exec_context_test.cpp | 64 std::array<const uint8_t *, 6> cp = {&instructions[8], &instructions[17], &instructions[23], in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 29 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1824 static bool IsAccessorDelimiter(char32_t cp) in IsAccessorDelimiter() 1839 static bool IsShorthandDelimiter(char32_t cp) in IsShorthandDelimiter()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 669 auto cp = dda.GetConstantPool(); in __anon54023d591102() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | aot_file_manager.cpp | 687 JSTaggedValue cp = cpList->Get(pos + 1); in AddConstantPool() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 141 int32_t cp = nextCpVal.ToInt32(); in FromCodePoint() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|