HomeSort by relevance Sort by last modified time
    Searched defs:IsDigit (Results 1 - 18 of 18) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_ctype.h 35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); }
  /external/protobuf/gtest/src/
gtest-port.cc 183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; }
204 case 'd': return IsDigit(ch);
205 case 'D': return !IsDigit(ch);
  /external/mesa3d/src/mesa/program/
nvvertparse.c 130 static GLboolean IsDigit(GLubyte b)
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])) {
    [all...]
nvfragparse.c 275 static GLboolean IsDigit(GLubyte b)
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] == '.'){
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 494 static bool IsDigit(uc16 c) {
500 return !IsDigit(c);
539 TestCharacterClassEscapes('d', IsDigit);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 432 static FX_BOOL IsDigit(FX_DWORD word) {
548 if ((IsLatin(prevWord) || IsDigit(prevWord)) &&
549 (IsLatin(curWord) || IsDigit(curWord))) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/sqlite/dist/orig/
shell.c 136 #define IsDigit(X) isdigit((unsigned char)X)
389 if( !IsDigit(*z) ){
394 while( IsDigit(*z) ){ z++; }
397 if( !IsDigit(*z) ) return 0;
398 while( IsDigit(*z) ){ z++; }
404 if( !IsDigit(*z) ) return 0;
405 while( IsDigit(*z) ){ z++; }
    [all...]
  /external/sqlite/dist/
shell.c 142 #define IsDigit(X) isdigit((unsigned char)X)
395 if( !IsDigit(*z) ){
400 while( IsDigit(*z) ){ z++; }
403 if( !IsDigit(*z) ) return 0;
404 while( IsDigit(*z) ){ z++; }
410 if( !IsDigit(*z) ) return 0;
411 while( IsDigit(*z) ){ z++; }
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 925 milliseconds