Searched defs:IsSpace (Results 1 - 15 of 15) sorted by relevance

/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
/external/v8/src/
H A Dostreams.cc53 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } function in namespace:v8::internal::__anon21776
54 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; }
/external/pdfium/core/fpdfdoc/
H A Dctypeset.cpp142 bool IsSpace(uint16_t word) { function in namespace:__anon15663
151 if (IsSpace(curWord) || IsPunctuation(curWord)) {
157 if (IsSpace(prevWord) || IsPunctuation(prevWord)) {
327 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1536 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1523 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1528 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1579 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2263 inline bool IsSpace(char ch) { function in namespace:testing::internal
2286 while (it != str.begin() && IsSpace(*--it))
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2263 inline bool IsSpace(char ch) { function in namespace:testing::internal
2286 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1946 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/sqlite/dist/orig/
H A Dshell.c135 #define IsSpace(X) isspace((unsigned char)X) macro
1885 for(i=0; IsSpace(z[i]); i++){}
1887 if( IsSpace(c) ){
1888 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue;
1889 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){
1894 while( j>0 && IsSpace(z[j-1]) ){ j--; }
1919 while( IsSpace(z[i+1]) ){ i++; }
2722 while( IsSpace(zSql[0]) ) zSql++;
2727 while( IsSpace(zStmtSql[0]) ) zStmtSql++;
2809 while( IsSpace(zSq
[all...]
/external/sqlite/dist/
H A Dshell.c141 #define IsSpace(X) isspace((unsigned char)X) macro
1891 for(i=0; IsSpace(z[i]); i++){}
1893 if( IsSpace(c) ){
1894 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue;
1895 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){
1900 while( j>0 && IsSpace(z[j-1]) ){ j--; }
1925 while( IsSpace(z[i+1]) ){ i++; }
2728 while( IsSpace(zSql[0]) ) zSql++;
2733 while( IsSpace(zStmtSql[0]) ) zStmtSql++;
2815 while( IsSpace(zSq
[all...]
/external/fmtlib/test/gtest/
H A Dgtest.h2778 inline bool IsSpace(char ch) { function in namespace:std::tr1
7507 while (IsSpace(*(++comma))) {}
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2778 inline bool IsSpace(char ch) { function in namespace:std::tr1
7508 while (IsSpace(*(++comma))) {}

Completed in 5886 milliseconds