Home
last modified time | relevance | path

Searched refs:_ISLOWER (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dctype.c60 #define _ISLOWER _CTYPE_L macro
114 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
344 ctn->ctype |= _ISLOWER; in dump_ctype()
375 if (ctn->ctype & (_ISUPPER |_ISLOWER)) in dump_ctype()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale382 static const mask lower = _ISLOWER;