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

  /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...]
eas_imelody.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...]
eas_imelody.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...]
eas_imelody.c     [all...]
  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest-typed-test.cc 43 while (IsSpace(*str))
gtest.cc     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 615 while (IsSpace(*(++comma))) {}
    [all...]
gtest-port.h 183 #include <ctype.h> // for isspace, etc
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 641 while (IsSpace(*(++comma))) {}
    [all...]
gtest-port.h 187 #include <ctype.h> // for isspace, etc
    [all...]

Completed in 3839 milliseconds