Searched refs:is_alpha (Results 1 – 2 of 2) sorted by relevance
275 def is_alpha(code_point): function388 and not is_alpha(code_point)451 and not is_alpha(code_point)):456 if (is_alpha(code_point) and is_cntrl(code_point)):459 if (is_alpha(code_point) and is_digit(code_point)):462 if (is_alpha(code_point) and is_punct(code_point)):465 if (is_alpha(code_point) and is_space(code_point)):
217 output_charclass(i18n_file, 'alpha', unicode_utils.is_alpha)
Completed in 4 milliseconds