Home
last modified time | relevance | path

Searched defs:IsHexDigit (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h422 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit() function
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp61 static bool IsHexDigit(char32_t cp) in IsHexDigit() function