Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dbuiltin_isdigit.c1 _Bool isdigit(int c) in isdigit() function
/third_party/musl/porting/uniproton/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
/third_party/musl/porting/liteos_m/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
/third_party/musl/src/ctype/
H A Disdigit.c2 #undef isdigit macro
8 int isdigit(int c) in isdigit() function
/third_party/musl/porting/linux/user/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/bounds_checking_function/src/
H A Dsecinput.h148 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/third_party/python/Lib/curses/
H A Dascii.py59 def isdigit(c): return 48 <= _ctoi(c) <= 57 function
/third_party/python/Lib/collections/
H A D__init__.py1481 def isdigit(self): member in UserString
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs294 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs428 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs529 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs437 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1084 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3367 pub fn isdigit(c: c_int) -> c_int; in isdigit() functions

Completed in 30 milliseconds