HomeSort by relevance Sort by last modified time
    Searched refs:IsSpace (Results 1 - 10 of 10) 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/v8/src/
conversions.cc 103 static inline bool IsSpace(const char* str, int index) {
109 static inline bool IsSpace(String* str, int index) {
276 while ((index < len) && IsSpace(str, index)) index++;
337 while ((index < len) && IsSpace(str, index)) index++;

Completed in 220 milliseconds