Searched refs:is_upper (Results 1 – 2 of 2) sorted by relevance
257 def is_upper(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))
210 output_charclass(i18n_file, 'upper', unicode_utils.is_upper)