Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/src/
Dostreams.cc169 static bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } in IsSpace() function
170 static 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/sonivox/arm-fm-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/sonivox/arm-hybrid-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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/chromium_org/testing/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc206 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
Dsanitizer_common.h345 INLINE bool IsSpace(int c) { in IsSpace() function
/external/sqlite/dist/orig/
Dshell.c96 #define IsSpace(X) isspace((unsigned char)X) macro
1309 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
1428 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
2255 while( IsSpace(zLine[i]) ){ i++; } in do_meta_command()
2270 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; } in do_meta_command()
3484 if( IsSpace(z[0]) ) continue; in _all_whitespace()
3509 while( IsSpace(zLine[0]) ){ zLine++; }; in line_is_command_terminator()
3598 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){} in process_input()
/external/sqlite/dist/
Dshell.c101 #define IsSpace(X) isspace((unsigned char)X) macro
1314 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
1433 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
2275 while( IsSpace(zLine[i]) ){ i++; } in do_meta_command()
2290 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; } in do_meta_command()
3504 if( IsSpace(z[0]) ) continue; in _all_whitespace()
3529 while( IsSpace(zLine[0]) ){ zLine++; }; in line_is_command_terminator()
3618 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){} in process_input()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp567 static FX_BOOL IsSpace(FX_WORD word) in IsSpace() function
575 } else if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
579 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()
644 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
/external/gtest/include/gtest/internal/
Dgtest-internal.h547 while (IsSpace(*(++comma))) {} in SkipComma()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1533 inline bool IsSpace(char ch) {
Dgtest-internal.h650 while (IsSpace(*(++comma))) {} in SkipComma()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h621 while (IsSpace(*(++comma))) {} in SkipComma()
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-internal.h579 while (IsSpace(*(++comma))) {} in SkipComma()
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-internal.h621 while (IsSpace(*(++comma))) {} in SkipComma()
Dgtest-port.h1523 inline bool IsSpace(char ch) {
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc588 while (IsSpace(*nptr)) nptr++; in FixRealStrtolEndptr()

12