Searched refs:is_xdigit (Results 1 – 3 of 3) sorted by relevance
345 def is_xdigit(code_point): function477 if (is_space(code_point) and is_xdigit(code_point)):495 if (is_cntrl(code_point) and is_xdigit(code_point)):504 if (is_punct(code_point) and is_xdigit(code_point)):
240 output_charclass(i18n_file, 'xdigit', unicode_utils.is_xdigit)
10284 * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII