Searched defs:cp (Results 1 – 13 of 13) sorted by relevance
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() local146 char32_t cp = Next(); in ParseAlternative() local266 char32_t cp = Peek(); in ParseControlEscape() local285 char32_t cp = Next(); in ParseClassAtom() local371 static bool IsClassEscape(uint32_t cp) in IsClassEscape()[all …]
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() local237 auto cp = Iterator().PeekCp(&cpSize); in ScanIdContinue() local
219 char32_t cp = Iterator().Peek(); in ScanString() local310 const auto cp = Iterator().Peek(); in ScanHexEscape() local329 auto cp = Iterator().Peek(); in ScanNumberRadix() local417 inline bool Lexer::IsDecimalDigit(uint32_t cp) in IsDecimalDigit()
56 char32_t cp {}; in ScanUnicodeCodePointEscape() local374 auto cp = Iterator().Peek(); in ScanNumber() local455 char32_t cp = Iterator().PeekCp(&cpSize); in ScanTemplateString() local533 char32_t cp = Iterator().PeekCp(&cpSize); in ScanStringUnicodePart() local1068 auto cp = Iterator().PeekCp(&cpSize); in ScanRegExpFlags() local1236 auto cp = Iterator().Peek(); in SkipWhiteSpaces() local1327 auto cp = Iterator().Peek(); in NextToken() local
34 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags, char32_t cp) in KeywordsUtil()
45 std::tuple<char32_t, char32_t> StringView::EncodeSurrogate(char32_t cp) in EncodeSurrogate()
117 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
31 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode() local
336 JSTaggedValue cp = cpList->Get(pos + 1); in AddConstantPool() local
1877 static bool IsAccessorDelimiter(char32_t cp) in IsAccessorDelimiter()1892 static bool IsShorthandDelimiter(char32_t cp) in IsShorthandDelimiter()
669 auto cp = dda.GetConstantPool(); in __anon97c8f9171102() local
148 int32_t cp = nextCpVal.ToInt32(); in FromCodePoint() local
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument