HomeSort by relevance Sort by last modified time
    Searched refs:IsSpace (Results 1 - 25 of 46) sorted by null

1 2

  /external/sonivox/arm-fm-22k/lib_src/
eas_ctype.h 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ctype.h 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_ctype.h 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c     [all...]
  /external/chromium_org/testing/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /ndk/sources/third_party/googletest/googletest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/chromium_org/v8/src/
ostreams.cc 169 static bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; }
170 static bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 206 while (IsSpace(*nptr)) nptr++;
sanitizer_common.h 345 INLINE bool IsSpace(int c) {
  /external/sqlite/dist/orig/
shell.c 96 #define IsSpace(X) isspace((unsigned char)X)
    [all...]
  /external/sqlite/dist/
shell.c 101 #define IsSpace(X) isspace((unsigned char)X)
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 579 while (IsSpace(*(++comma))) {}
    [all...]
gtest-port.h 259 #include <ctype.h> // for isspace, etc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 621 while (IsSpace(*(++comma))) {}
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 547 while (IsSpace(*(++comma))) {}
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 650 while (IsSpace(*(++comma))) {}
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 621 while (IsSpace(*(++comma))) {}
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 567 static FX_BOOL IsSpace(FX_WORD word)
575 } else if (IsSpace(curWord) || IsPunctuation(curWord)) {
579 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) {
644 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 536 while (IsSpace(*(++comma))) {}
    [all...]

Completed in 1073 milliseconds

1 2