Home
last modified time | relevance | path

Searched defs:iswdigit (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/src/ctype/
H A Diswdigit.c3 #undef iswdigit macro
5 int iswdigit(wint_t wc) in iswdigit() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwctype.h25 #undef iswdigit macro
47 #undef iswdigit macro
48 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
H A Dwchar.h143 #undef iswdigit macro
198 #undef iswdigit macro
199 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwctype.h25 #undef iswdigit macro
47 #undef iswdigit macro
48 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
H A Dwchar.h143 #undef iswdigit macro
198 #undef iswdigit macro
199 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dwctype.h25 #undef iswdigit macro
47 #undef iswdigit macro
48 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
H A Dwchar.h143 #undef iswdigit macro
198 #undef iswdigit macro
199 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/include/
H A Dwctype.h25 #undef iswdigit macro
47 #undef iswdigit macro
48 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
H A Dwchar.h143 #undef iswdigit macro
199 #undef iswdigit macro
200 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro

Completed in 3 milliseconds