Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 13 of 13) 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
374 auto cp = Iterator().Peek(); in ScanNumber() local
455 char32_t cp = Iterator().PeekCp(&cpSize); in ScanTemplateString() local
533 char32_t cp = Iterator().PeekCp(&cpSize); in ScanStringUnicodePart() local
1068 auto cp = Iterator().PeekCp(&cpSize); in ScanRegExpFlags() local
1236 auto cp = Iterator().Peek(); in SkipWhiteSpaces() local
1327 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()
395 auto cp = iter.Next(); in EscapeSymbol() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp31 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp336 JSTaggedValue cp = cpList->Get(pos + 1); in AddConstantPool() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1877 static bool IsAccessorDelimiter(char32_t cp) in IsAccessorDelimiter()
1892 static bool IsShorthandDelimiter(char32_t cp) in IsShorthandDelimiter()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp669 auto cp = dda.GetConstantPool(); in __anon97c8f9171102() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp148 int32_t cp = nextCpVal.ToInt32(); in FromCodePoint() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument