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

/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/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/compiler-rt/lib/asan/
H A Dasan_interceptors.cc172 static inline bool IsSpace(int c) { function in namespace:__asan
189 while (IsSpace(*nptr)) nptr++;
658 while (IsSpace(*nptr)) nptr++;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1492 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1541 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1528 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/sqlite/dist/orig/
H A Dshell.c89 #define IsSpace(X) isspace((unsigned char)X) macro
1135 while( IsSpace(zSql[0]) ) zSql++;
1225 while( IsSpace(zSql[0]) ) zSql++;
1540 while( IsSpace(zLine[i]) ){ i++; }
1552 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; }
2434 if( IsSpace(z[0]) ) continue;
2459 while( IsSpace(zLine[0]) ){ zLine++; };
2533 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){}
/external/sqlite/dist/
H A Dshell.c94 #define IsSpace(X) isspace((unsigned char)X) macro
1140 while( IsSpace(zSql[0]) ) zSql++;
1230 while( IsSpace(zSql[0]) ) zSql++;
1559 while( IsSpace(zLine[i]) ){ i++; }
1571 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; }
2453 if( IsSpace(z[0]) ) continue;
2478 while( IsSpace(zLine[0]) ){ zLine++; };
2552 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){}

Completed in 207 milliseconds