Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dctype.c62 #define _ISXDIGIT _CTYPE_X macro
120 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT | _E4); in add_ctype_impl()
144 ctn->ctype |= (_ISXDIGIT | _ISPRINT); in add_ctype_impl()
352 ctn->ctype |= _ISXDIGIT; in dump_ctype()
378 ctn->ctype |= _ISXDIGIT; in dump_ctype()
381 if (ctn->ctype & (_ISALPHA|_ISDIGIT|_ISXDIGIT)) in dump_ctype()
401 (ctn->ctype & (_ISDIGIT|_ISALPHA|_ISXDIGIT))) in dump_ctype()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale386 static const mask xdigit = _ISXDIGIT;