Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h417 inline bool Lexer::IsDecimalDigit(uint32_t cp) in IsDecimalDigit() function
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp51 static bool IsDecimalDigit(char32_t cp) in IsDecimalDigit() function