Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/platform/
Dscanner.h183 static bool IsSpace(char ch) { in IsSpace() function
224 return IsSpace(ch); in Matches()
/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.c1168 if (!IsSpace(temp)) in RTTTL_GetNextChar()
1211 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
/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()
358 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
/external/v8/src/utils/
Dostreams.cc125 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xD) || c == 0x20; } in IsSpace() function
126 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()
/external/google-breakpad/src/testing/gtest/src/
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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/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/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-typed-test.cc42 while (IsSpace(*str)) 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/googletest/googletest/include/gtest/internal/
Dgtest-port.h1917 inline bool IsSpace(char ch) {
1940 while (it != str.begin() && IsSpace(*--it))
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1923 inline bool IsSpace(char ch) {
1946 while (it != str.begin() && IsSpace(*--it))
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1899 inline bool IsSpace(char ch) {
1922 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2410 inline bool IsSpace(char ch) {
2433 while (it != str.begin() && IsSpace(*--it))
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2272 inline bool IsSpace(char ch) {
2295 while (it != str.begin() && IsSpace(*--it))
Dgtest-internal.h599 while (IsSpace(*(++comma))) {} in SkipComma()
/external/sqlite/dist/
Dshell.c195 #define IsSpace(X) isspace((unsigned char)X) macro
9390 if( IsSpace(z[i]) ) continue; in wsToEol()
9630 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
9632 if( IsSpace(c) ){ in shell_callback()
9634 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
9635 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
9640 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
9669 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
10732 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
10737 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
[all …]
/external/sqlite/dist/orig/
Dshell.c189 #define IsSpace(X) isspace((unsigned char)X) macro
9384 if( IsSpace(z[i]) ) continue; in wsToEol()
9624 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
9626 if( IsSpace(c) ){ in shell_callback()
9628 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
9629 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
9634 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
9663 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
10726 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
10731 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h650 while (IsSpace(*(++comma))) {} in SkipComma()
Dgtest-port.h1536 inline bool IsSpace(char ch) {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h621 while (IsSpace(*(++comma))) {} in SkipComma()

12