Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 25 of 46) sorted by relevance

12

/external/v8/src/
Dostreams.cc53 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } in IsSpace() function
54 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()
/external/tensorflow/tensorflow/core/lib/strings/
Dscanner.h180 static bool IsSpace(char ch) { in IsSpace() function
221 return IsSpace(ch); in Matches()
/external/pdfium/core/fpdfdoc/
Dctypeset.cpp144 bool IsSpace(uint16_t word) { in IsSpace() function
153 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()
331 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
Deas_rtttl.c1146 if (!IsSpace(temp)) in RTTTL_GetNextChar()
1189 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/mesa3d/src/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/v8/testing/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/googletest/googletest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
Dsanitizer_common.h483 INLINE bool IsSpace(int c) { in IsSpace() function
/external/sqlite/dist/
Dshell.c186 #define IsSpace(X) isspace((unsigned char)X) macro
8574 if( IsSpace(z[i]) ) continue; in wsToEol()
8708 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
8710 if( IsSpace(c) ){ in shell_callback()
8712 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
8713 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
8718 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
8747 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
9716 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
9721 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
[all …]
/external/sqlite/dist/orig/
Dshell.c180 #define IsSpace(X) isspace((unsigned char)X) macro
8568 if( IsSpace(z[i]) ) continue; in wsToEol()
8702 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
8704 if( IsSpace(c) ){ in shell_callback()
8706 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
8707 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
8712 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
8741 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
9710 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
9715 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
[all …]
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h2267 inline bool IsSpace(char ch) {
2290 while (it != str.begin() && IsSpace(*--it))
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h2312 inline bool IsSpace(char ch) {
2335 while (it != str.begin() && IsSpace(*--it))
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2276 inline bool IsSpace(char ch) {
2299 while (it != str.begin() && IsSpace(*--it))
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h547 while (IsSpace(*(++comma))) {} in SkipComma()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h547 while (IsSpace(*(++comma))) {} in SkipComma()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1528 inline bool IsSpace(char ch) {
Dgtest-internal.h641 while (IsSpace(*(++comma))) {} in SkipComma()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1536 inline bool IsSpace(char ch) {

12