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

/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/pdfium/core/fpdfdoc/
H A Dctypeset.cpp44 bool IsDigit(uint32_t word) { function in namespace:__anon15663
147 if ((IsLatin(prevWord) || IsDigit(prevWord)) &&
148 (IsLatin(curWord) || IsDigit(curWord))) {
/external/protobuf/gtest/src/
H A Dgtest-port.cc183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } function in namespace:testing::internal
204 case 'd': return IsDigit(ch);
205 case 'D': return !IsDigit(ch);
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c130 static GLboolean IsDigit(GLubyte b) function
177 while (str[i] && IsDigit(str[i])) {
187 while (str[i] && (IsLetter(str[i]) || IsDigit(str[i]))) {
312 if (IsDigit(token[1])) {
365 if (IsDigit(token[0])) {
397 if (IsDigit(token[0])) {
427 if (IsDigit(token[0])) {
484 if (IsDigit(token[0])) {
H A Dnvfragparse.c275 static GLboolean IsDigit(GLubyte b) function
322 while (str[i] && IsDigit(str[i])) {
332 while (str[i] && (IsLetter(str[i]) || IsDigit(str[i]))) {
720 if (IsDigit(token[1])) {
770 if (IsDigit(token[0])) {
1036 else if (IsDigit(token[0]) || token[0] == '-' || token[0] == '+' || token[0] == '.'){
1170 else if (IsDigit(token[0])) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1462 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii; member in class:__anon18984::SimplifyLibCalls
1578 Optimizations["isdigit"] = &IsDigit;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1530 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1517 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1522 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1573 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2257 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2257 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2261 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1940 inline bool IsDigit(char ch) { function in namespace:testing::internal
/external/sqlite/dist/orig/
H A Dshell.c136 #define IsDigit(X) isdigit((unsigned char)X) macro
436 if( !IsDigit(*z) ){
441 while( IsDigit(*z) ){ z++; }
444 if( !IsDigit(*z) ) return 0;
445 while( IsDigit(*z) ){ z++; }
451 if( !IsDigit(*z) ) return 0;
452 while( IsDigit(*z) ){ z++; }
3496 while( IsDigit(zArg[0]) ){
4185 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++;
4186 if( !IsDigit(
[all...]
/external/sqlite/dist/
H A Dshell.c142 #define IsDigit(X) isdigit((unsigned char)X) macro
442 if( !IsDigit(*z) ){
447 while( IsDigit(*z) ){ z++; }
450 if( !IsDigit(*z) ) return 0;
451 while( IsDigit(*z) ){ z++; }
457 if( !IsDigit(*z) ) return 0;
458 while( IsDigit(*z) ){ z++; }
3518 while( IsDigit(zArg[0]) ){
4207 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++;
4208 if( !IsDigit(
[all...]
/external/fmtlib/test/gtest/
H A Dgtest.h2772 inline bool IsDigit(char ch) { function in namespace:std::tr1
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2772 inline bool IsDigit(char ch) { function in namespace:std::tr1

Completed in 900 milliseconds