Searched defs:IsDigit (Results 1 - 9 of 9) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } function
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } function
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } function
/external/protobuf/gtest/src/
H A Dgtest-port.cc174 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } function in namespace:testing::internal
195 case 'd': return IsDigit(ch);
196 case 'D': return !IsDigit(ch);
/external/gtest/src/
H A Dgtest-port.cc143 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } function in namespace:testing::internal
164 case 'd': return IsDigit(ch);
165 case 'D': return !IsDigit(ch);
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1462 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii; member in class:__anon7079::SimplifyLibCalls
1578 Optimizations["isdigit"] = &IsDigit;
/external/v8/test/cctest/
H A Dtest-regexp.cc424 static bool IsDigit(uc16 c) { function
430 return !IsDigit(c);
480 TestCharacterClassEscapes('d', IsDigit);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1486 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1522 inline bool IsDigit(char ch) { function in namespace:testing::internal

Completed in 445 milliseconds