Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/ctype/
Disdigit.c4 int isdigit(int c) in isdigit() function
/third_party/musl/src/ctype/
Disdigit.c4 int isdigit(int c) in isdigit() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
Disdigit.c4 int isdigit(int c) in isdigit() function
/third_party/musl/include/
Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/linux/user/include/
Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dctype.h36 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Depautoconf.c18 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
/third_party/boost/boost/spirit/home/support/char_encoding/
Dstandard.hpp71 isdigit(int ch) in isdigit() function
Dunicode.hpp57 isdigit(char_type ch) in isdigit() function
Diso8859_1.hpp616 isdigit(int ch) in isdigit() function
Dascii.hpp228 isdigit(int ch) in isdigit() function
Dstandard_wide.hpp100 isdigit(wchar_t ch) in isdigit() function
/third_party/uboot/u-boot-2020.01/include/linux/
Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/third_party/gettext/gettext-tools/src/
Dformat-lua.c79 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-elisp.c83 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-librep.c80 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-php.c82 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-javascript.c84 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-tcl.c86 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-pascal.c95 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-boost.c102 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
Dformat-c-parse.h155 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
/third_party/uboot/u-boot-2020.01/drivers/ddr/hisilicon/default/
Dddr_training_console.c35 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/third_party/python/Lib/curses/
Dascii.py59 def isdigit(c): return 48 <= _ctoi(c) <= 57 function

12