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/protobuf/gtest/src/
Dgtest-port.cc183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function
/external/mesa3d/src/mesa/program/
Dnvvertparse.c130 static GLboolean IsDigit(GLubyte b) in IsDigit() function
Dnvfragparse.c275 static GLboolean IsDigit(GLubyte b) in IsDigit() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h464 INLINE bool IsDigit(int c) { in IsDigit() function
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp432 static FX_BOOL IsDigit(FX_DWORD word) { in IsDigit() function
/external/v8/test/cctest/
Dtest-regexp.cc539 static bool IsDigit(uc16 c) { in IsDigit() function
/external/sqlite/dist/orig/
Dshell.c136 #define IsDigit(X) isdigit((unsigned char)X) macro
/external/sqlite/dist/
Dshell.c142 #define IsDigit(X) isdigit((unsigned char)X) macro
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7766 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function