Searched defs:IsOctalDigit (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/lexer/ | ||
H A D | lexer.h | 446 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit() function in panda::es2panda::panda::es2panda::lexer::Lexer |
/arkcompiler/ets_frontend/ets2panda/lexer/ | ||
H A D | lexer.h | 599 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit() function in ark::es2panda::ark::es2panda::lexer::Lexer |
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/ | ||
H A D | regexp.cpp | 53 static bool IsOctalDigit(char32_t cp) in IsOctalDigit() function |
/arkcompiler/ets_frontend/es2panda/lexer/regexp/ | ||
H A D | regexp.cpp | 56 static bool IsOctalDigit(char32_t cp) in IsOctalDigit() function |
Completed in 4 milliseconds