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