Searched refs:is_lower (Results 1 – 2 of 2) sorted by relevance
263 def is_lower(code_point): function431 and not (is_lower(code_point) or is_upper(code_point))):441 and not (is_lower(code_point) or is_upper(code_point))):450 if ((is_lower(code_point) or is_upper(code_point))
213 output_charclass(i18n_file, 'lower', unicode_utils.is_lower)