Home
last modified time | relevance | path

Searched refs:_ISlower (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/ctype/
Dctype.h49 _ISlower = _ISbit (1), /* lowercase. */ enumerator
193 # define islower(c) __isctype((c), _ISlower) in __isctype_f()
289 # define __islower_l(c,l) __isctype_l((c), _ISlower, (l))
Dctype.c30 func (islower, _ISlower) in func()
Dctype_l.c31 func (islower_l, _ISlower) in func()
/glibc-2.36/localedata/
Dtst-ctype.c91 _ISupper, _ISlower, _ISalpha, _ISdigit, _ISxdigit, in do_test()