Home
last modified time | relevance | path

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

/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/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-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/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h147 INLINE bool IsSpace(int c) { in IsSpace() function
/external/sqlite/dist/
Dshell.c94 #define IsSpace(X) isspace((unsigned char)X) macro
/external/sqlite/dist/orig/
Dshell.c89 #define IsSpace(X) isspace((unsigned char)X) macro