Home
last modified time | relevance | path

Searched refs:IsDecimalDigital (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dlexer.h95 static bool IsDecimalDigital(char c) in IsDecimalDigital() function in OHOS::Idl::Lexer
H A Dlexer.cpp153 if (IsAlphabet(c) || c == '_' || IsDecimalDigital(c) || c == '.') { in ReadIdentifier()
375 if (!IsDecimalDigital(c)) { in ParseCacheable()

Completed in 1 milliseconds