Home
last modified time | relevance | path

Searched defs:isdigit_l (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Disdigit_l.c10 isdigit_l (int c, struct __locale_t *locale) in isdigit_l() function
/picolibc-latest/newlib/libc/include/
Dctype.h208 __declare_extern_inline(int) isdigit_l (int c, locale_t l) { (void) l; return isdigit(c); } in isdigit_l() function
294 #define isdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&_N) macro