Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 25 of 47) 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/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/pdfium/core/fpdfdoc/
Dctypeset.cpp142 bool IsSpace(uint16_t word) { in IsSpace() function
151 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
157 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()
327 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/mesa3d/src/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/googletest/googletest/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/sqlite/dist/orig/
Dshell.c135 #define IsSpace(X) isspace((unsigned char)X) macro
1885 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
1887 if( IsSpace(c) ){ in shell_callback()
1888 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
1889 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
1894 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
1919 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
2722 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
2727 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
2809 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
[all …]
/external/sqlite/dist/
Dshell.c141 #define IsSpace(X) isspace((unsigned char)X) macro
1891 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
1893 if( IsSpace(c) ){ in shell_callback()
1894 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
1895 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
1900 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
1925 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
2728 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
2733 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
2815 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h2263 inline bool IsSpace(char ch) {
2286 while (it != str.begin() && IsSpace(*--it))
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h2267 inline bool IsSpace(char ch) {
2290 while (it != str.begin() && IsSpace(*--it))
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2263 inline bool IsSpace(char ch) {
2286 while (it != str.begin() && IsSpace(*--it))
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h547 while (IsSpace(*(++comma))) {} in SkipComma()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1536 inline bool IsSpace(char ch) {
Dgtest-internal.h650 while (IsSpace(*(++comma))) {} in SkipComma()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1523 inline bool IsSpace(char ch) {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h621 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()

12