Home
last modified time | relevance | path

Searched refs:_ISdigit (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/ctype/
Dctype.h51 _ISdigit = _ISbit (3), /* Numeric. */ enumerator
192 # define isdigit(c) __isctype((c), _ISdigit) in __isctype_f()
288 # define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l))
Dctype.c29 func (isdigit, _ISdigit) in func()
Dctype_l.c30 func (isdigit_l, _ISdigit) in func()
/glibc-2.36/localedata/
Dtst-ctype.c91 _ISupper, _ISlower, _ISalpha, _ISdigit, _ISxdigit, in do_test()
/glibc-2.36/locale/programs/
Dld-ctype.c2464 class256_bit = _ISdigit; in ctype_read()