Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py275 def is_alpha(code_point): function
388 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)):
A Dgen_unicode_ctype.py217 output_charclass(i18n_file, 'alpha', unicode_utils.is_alpha)

Completed in 4 milliseconds