Home
last modified time | relevance | path

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

/external/sonivox/arm-fm-22k/lib_src/
Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
/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.cc174 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function
/external/gtest/src/
Dgtest-port.cc143 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function
/external/llvm/utils/unittest/googletest/
Dgtest-port.cc183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1457 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii; member in __anona5041a2b0311::SimplifyLibCalls
/external/v8/test/cctest/
Dtest-regexp.cc424 static bool IsDigit(uc16 c) { in IsDigit() function