Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/ctype/
Disspace_test.cpp12 TEST(IsSpace, DefaultLocale) { in TEST() argument
/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/
Dctypeset.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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h453 inline bool IsSpace(int c) { in IsSpace() function
/external/sqlite/dist/
Dshell.c206 #define IsSpace(X) isspace((unsigned char)X) macro
/external/sqlite/dist/orig/
Dshell.c201 #define IsSpace(X) isspace((unsigned char)X) macro