/external/musl/src/ctype/ |
D | isspace.c | 4 int isspace(int c) in isspace() function
|
/external/trusty/musl/src/ctype/ |
D | isspace.c | 4 int isspace(int c) in isspace() function
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdlib.h | 21 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/external/trusty/arm-trusted-firmware/include/lib/libc/ |
D | stdlib.h | 21 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/external/coreboot/src/include/ |
D | ctype.h | 6 static inline int isspace(int c) in isspace() function
|
/external/llvm-libc/src/__support/ |
D | ctype_utils.h | 562 LIBC_INLINE static constexpr bool isspace(int ch) { in isspace() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | ctype_utils.h | 562 LIBC_INLINE static constexpr bool isspace(int ch) { in isspace() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | ctype_utils.h | 562 LIBC_INLINE static constexpr bool isspace(int ch) { in isspace() function
|
/external/trusty/musl/include/ |
D | ctype.h | 40 #define isspace(a) __isspace(a) macro
|
/external/musl/include/ |
D | ctype.h | 37 #define isspace(a) __isspace(a) macro
|
/external/trusty/lk/lib/libc/ |
D | ctype.c | 30 int isspace(int c) in isspace() function
|
/external/sdv/vsomeip/third_party/boost/tokenizer/include/boost/ |
D | token_functions.hpp | 219 static bool isspace(char_type c) in isspace() function 232 static bool isspace(char_type c) in isspace() function 249 static bool isspace(char_type c) in isspace() function
|
/external/cronet/stable/third_party/llvm-libc/src/utils/docgen/ |
D | ctype.json | 30 "isspace": { object
|
/external/cronet/tot/third_party/llvm-libc/src/utils/docgen/ |
D | ctype.json | 30 "isspace": { object
|
/external/coreboot/payloads/libpayload/libc/ |
D | ctype.c | 81 int isspace(int c) in isspace() function
|
/external/perfetto/src/trace_processor/util/ |
D | trace_type.cc | 55 inline bool isspace(unsigned char c) { in isspace() function
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_encoding/ |
D | standard.hpp | 121 isspace(int ch) in isspace() function
|
D | unicode.hpp | 103 isspace(char_type ch) in isspace() function
|
D | ascii.hpp | 277 isspace(int ch) in isspace() function
|
D | iso8859_1.hpp | 663 isspace(int ch) in isspace() function
|
D | standard_wide.hpp | 135 isspace(wchar_t ch) in isspace() function
|
/external/python/cpython3/Lib/curses/ |
D | ascii.py | 64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 752 static boolean isspace(char c) { in isspace() method in ApiFile
|
/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 220 def isspace(cls, nextchar): member in _timelex
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 1518 def isspace(self): member in UserString
|