Home
last modified time | relevance | path

Searched refs:IsOctalDigit (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp53 static bool IsOctalDigit(char32_t cp) in IsOctalDigit() function
559 if (!IsOctalDigit(Peek())) { in ParseDecimalEscape()
569 ASSERT(IsOctalDigit(Peek())); in ParseLegacyOctalEscape()
572 if (!IsOctalDigit(Peek())) { in ParseLegacyOctalEscape()
578 if (!IsOctalDigit(Peek())) { in ParseLegacyOctalEscape()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp56 static bool IsOctalDigit(char32_t cp) in IsOctalDigit() function
555 if (!IsOctalDigit(Peek())) { in ParseDecimalEscape()
565 ASSERT(IsOctalDigit(Peek())); in ParseLegacyOctalEscape()
568 if (!IsOctalDigit(Peek())) { in ParseLegacyOctalEscape()
574 if (!IsOctalDigit(Peek())) { in ParseLegacyOctalEscape()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h301 inline static bool IsOctalDigit(char32_t ch);
499 if (!ScanNumberRadix<IsOctalDigit, RADIX, RadixType, RadixLimit>()) { in ScanNumberLeadingZeroImpl()
599 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit() function in ark::es2panda::ark::es2panda::lexer::Lexer
H A Dlexer.cpp429 if (IsOctalDigit(nextCp)) { in ScanTemplateString()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h173 inline static bool IsOctalDigit(char32_t ch);
446 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit() function in panda::es2panda::panda::es2panda::lexer::Lexer
H A Dlexer.cpp259 ScanNumberRadix<IsOctalDigit, RADIX>(); in ScanNumberLeadingZero()
606 bool isOctal = IsOctalDigit(Iterator().Peek()); in ScanStringUnicodePart()

Completed in 7 milliseconds