Home
last modified time | relevance | path

Searched defs:IsDigit (Results 1 – 10 of 10) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
/external/tensorflow/tensorflow/core/platform/
Dscanner.h181 static bool IsDigit(char ch) { return ch >= '0' && ch <= '9'; } in IsDigit() function
/external/pdfium/core/fpdfdoc/
Dctypeset.cpp46 bool IsDigit(uint32_t word) { in IsDigit() function
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc53 bool UniLibBase::IsDigit(char32 codepoint) const { in IsDigit() function in libtextclassifier3::UniLibBase
Dunilib-common.cc505 bool IsDigit(char32 codepoint) { in IsDigit() function
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp464 static bool IsDigit(const char d) { in IsDigit() function
/external/v8/src/objects/
Djs-locale.cc132 bool IsDigit(const std::string& str, size_t min, size_t max) { in IsDigit() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h487 INLINE bool IsDigit(int c) { in IsDigit() function
/external/sqlite/dist/
Dshell.c196 #define IsDigit(X) isdigit((unsigned char)X) macro
/external/sqlite/dist/orig/
Dshell.c190 #define IsDigit(X) isdigit((unsigned char)X) macro