Searched defs:IsSpace (Results 1 - 14 of 14) sorted by last modified time

/external/sqlite/dist/orig/
H A Dshell.c96 #define IsSpace(X) isspace((unsigned char)X) macro
1309 while( IsSpace(zSql[0]) ) zSql++;
1428 while( IsSpace(zSql[0]) ) zSql++;
2255 while( IsSpace(zLine[i]) ){ i++; }
2270 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; }
3484 if( IsSpace(z[0]) ) continue;
3509 while( IsSpace(zLine[0]) ){ zLine++; };
3598 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){}
/external/sqlite/dist/
H A Dshell.c101 #define IsSpace(X) isspace((unsigned char)X) macro
1314 while( IsSpace(zSql[0]) ) zSql++;
1433 while( IsSpace(zSql[0]) ) zSql++;
2275 while( IsSpace(zLine[i]) ){ i++; }
2290 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; }
3504 if( IsSpace(z[0]) ) continue;
3529 while( IsSpace(zLine[0]) ){ zLine++; };
3618 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){}
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp567 static FX_BOOL IsSpace(FX_WORD word) function
575 } else if (IsSpace(curWord) || IsPunctuation(curWord)) {
579 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) {
644 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1523 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1533 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2778 inline bool IsSpace(char ch) { function in namespace:std::tr1
7507 while (IsSpace(*(++comma))) {}
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1671 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/chromium_org/v8/src/
H A Dostreams.cc169 static bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } function in namespace:v8::internal
170 static bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; }
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2778 inline bool IsSpace(char ch) { function in namespace:std::tr1
7507 while (IsSpace(*(++comma))) {}
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1523 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2161 inline bool IsSpace(char ch) { function in namespace:testing::internal

Completed in 426 milliseconds