/external/v8/src/ |
D | ostreams.cc | 53 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/ |
D | scanner.h | 180 static bool IsSpace(char ch) { in IsSpace() function 221 return IsSpace(ch); in Matches()
|
/external/pdfium/core/fpdfdoc/ |
D | ctypeset.cpp | 144 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/ |
D | eas_ctype.h | 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
|
D | eas_rtttl.c | 1146 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1189 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/v8/testing/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/googletest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
|
D | sanitizer_common.h | 483 INLINE bool IsSpace(int c) { in IsSpace() function
|
/external/sqlite/dist/ |
D | shell.c | 186 #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/ |
D | shell.c | 180 #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/ |
D | gtest-port.h | 2267 inline bool IsSpace(char ch) { 2290 while (it != str.begin() && IsSpace(*--it))
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2312 inline bool IsSpace(char ch) { 2335 while (it != str.begin() && IsSpace(*--it))
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 2276 inline bool IsSpace(char ch) { 2299 while (it != str.begin() && IsSpace(*--it))
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 547 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-internal.h | 547 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1528 inline bool IsSpace(char ch) {
|
D | gtest-internal.h | 641 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1536 inline bool IsSpace(char ch) {
|