Searched defs:IsDigit (Results 1 – 8 of 8) sorted by relevance
35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
179 static bool IsDigit(char ch) { return ch >= '0' && ch <= '9'; } in IsDigit() function
46 bool IsDigit(uint32_t word) { in IsDigit() function
263 bool UniLib::IsDigit(char32 codepoint) const { in IsDigit() function in libtextclassifier3::UniLib
487 INLINE bool IsDigit(int c) { in IsDigit() function
1462 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii; member in __anon0f7d73dd0311::SimplifyLibCalls
181 #define IsDigit(X) isdigit((unsigned char)X) macro
187 #define IsDigit(X) isdigit((unsigned char)X) macro