Searched refs:_ISXDIGIT (Results 1 – 2 of 2) sorted by relevance
62 #define _ISXDIGIT _CTYPE_X macro120 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()
386 static const mask xdigit = _ISXDIGIT;