Home
last modified time | relevance | path

Searched defs:IsSpace (Results 1 – 4 of 4) sorted by relevance

/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
/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
/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
/external/v8/src/
Dconversions.cc103 static inline bool IsSpace(const char* str, int index) { in IsSpace() function
109 static inline bool IsSpace(String* str, int index) { in IsSpace() function