Home
last modified time | relevance | path

Searched defs:IsSpace (Results 1 – 6 of 6) 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/tensorflow/tensorflow/core/platform/
Dscanner.h183 static bool IsSpace(char ch) { in IsSpace() function
/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp144 bool IsSpace(uint16_t word) { in IsSpace() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h483 INLINE bool IsSpace(int c) { in IsSpace() function
/external/sqlite/dist/orig/
Dshell.c213 #define IsSpace(X) isspace((unsigned char)X) macro
/external/sqlite/dist/
Dshell.c218 #define IsSpace(X) isspace((unsigned char)X) macro