Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py345 def is_xdigit(code_point): function
477 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)):
A Dgen_unicode_ctype.py240 output_charclass(i18n_file, 'xdigit', unicode_utils.is_xdigit)

Completed in 4 milliseconds