Searched refs:IsSpace (Results 1 - 25 of 45) sorted by relevance

12

/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
H A Deas_rtttl.c1146 if (!IsSpace(temp))
1189 if (!IsSpace(temp))
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/tensorflow/tensorflow/core/lib/strings/
H A Dscanner.h180 static bool IsSpace(char ch) { function in class:tensorflow::strings::Scanner
221 return IsSpace(ch);
/external/v8/src/
H A Dostreams.cc53 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } function in namespace:v8::internal::__anon27813
54 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; }
/external/googletest/googletest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/v8/testing/gtest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
/external/pdfium/core/fpdfdoc/
H A Dctypeset.cpp144 bool IsSpace(uint16_t word) { function in namespace:__anon17737
153 if (IsSpace(curWord) || IsPunctuation(curWord)) {
159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) {
331 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc239 while (IsSpace(*nptr)) nptr++;
H A Dsanitizer_common.h483 INLINE bool IsSpace(int c) {
/external/sqlite/dist/orig/
H A Dshell.c180 #define IsSpace(X) isspace((unsigned char)X) macro
8568 if( IsSpace(z[i]) ) continue;
8702 for(i=0; IsSpace(z[i]); i++){}
8704 if( IsSpace(c) ){
8706 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue;
8707 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){
8712 while( j>0 && IsSpace(z[j-1]) ){ j--; }
8741 while( IsSpace(z[i+1]) ){ i++; }
9710 while( IsSpace(zSql[0]) ) zSql++;
9715 while( IsSpace(zStmtSq
[all...]
/external/sqlite/dist/
H A Dshell.c186 #define IsSpace(X) isspace((unsigned char)X) macro
8574 if( IsSpace(z[i]) ) continue;
8708 for(i=0; IsSpace(z[i]); i++){}
8710 if( IsSpace(c) ){
8712 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue;
8713 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){
8718 while( j>0 && IsSpace(z[j-1]) ){ j--; }
8747 while( IsSpace(z[i+1]) ){ i++; }
9716 while( IsSpace(zSql[0]) ) zSql++;
9721 while( IsSpace(zStmtSq
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h547 while (IsSpace(*(++comma))) {}
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h547 while (IsSpace(*(++comma))) {}
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2312 inline bool IsSpace(char ch) { function in namespace:testing::internal
2335 while (it != str.begin() && IsSpace(*--it))
H A Dgtest-internal.h600 while (IsSpace(*(++comma))) {}
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2276 inline bool IsSpace(char ch) { function in namespace:testing::internal
2299 while (it != str.begin() && IsSpace(*--it))
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2267 inline bool IsSpace(char ch) { function in namespace:testing::internal
2290 while (it != str.begin() && IsSpace(*--it))
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h621 while (IsSpace(*(++comma))) {}
H A Dgtest-port.h1579 inline bool IsSpace(char ch) { function in namespace:testing::internal

Completed in 793 milliseconds

12