Searched refs:is_xdigit (Results 1 – 2 of 2) 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)
Completed in 4 milliseconds