Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py287 def is_digit(code_point): function
349 return (is_digit(code_point)
389 and not is_digit(code_point))
459 if (is_alpha(code_point) and is_digit(code_point)):
471 if (is_space(code_point) and is_digit(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
501 if (is_punct(code_point) and is_digit(code_point)):
A Dgen_unicode_ctype.py221 output_charclass(i18n_file, 'digit', unicode_utils.is_digit)

Completed in 4 milliseconds