| /external/llvm-project/libc/src/ctype/ |
| D | isspace.cpp | 17 int LLVM_LIBC_ENTRYPOINT(isspace)(int c) { in LLVM_LIBC_ENTRYPOINT() argument
|
| /external/arm-trusted-firmware/include/lib/libc/ |
| D | stdlib.h | 21 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
| /external/perfetto/src/trace_processor/ |
| D | forwarding_trace_parser.cc | 34 inline bool isspace(unsigned char c) { in isspace() function
|
| /external/python/cpython2/Include/ |
| D | bytes_methods.h | 60 #define isspace(c) undefined_isspace(c) macro
|
| D | pyport.h | 733 #define isspace(c) iswspace(btowc(c)) macro
|
| /external/python/cpython3/Lib/curses/ |
| D | ascii.py | 64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
|
| /external/python/cpython2/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/cpython3/Include/ |
| D | pyport.h | 627 #define isspace(c) iswspace(btowc(c)) macro
|
| /external/python/cpython2/Lib/ |
| D | UserString.py | 97 def isspace(self): return self.data.isspace() member in UserString
|
| /external/python/dateutil/dateutil/parser/ |
| D | _parser.py | 220 def isspace(cls, nextchar): member in _timelex
|
| /external/python/cpython3/Lib/collections/ |
| D | __init__.py | 1430 def isspace(self): member in UserString
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 270 pub fn isspace(c: c_int) -> c_int; in isspace() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 415 pub fn isspace(c: c_int) -> c_int; in isspace() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 425 pub fn isspace(c: c_int) -> c_int; in isspace() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1082 pub fn isspace(c: c_int) -> c_int; in isspace() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3357 pub fn isspace(c: c_int) -> c_int; in isspace() function
|