Searched refs:is_digit (Results 1 – 2 of 2) sorted by relevance
287 def is_digit(code_point): function349 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)):
221 output_charclass(i18n_file, 'digit', unicode_utils.is_digit)
Completed in 4 milliseconds