Home
last modified time | relevance | path

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

/glibc-2.36/localedata/unicode-gen/
Dunicode_utils.py257 def is_upper(code_point): function
431 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))
Dgen_unicode_ctype.py210 output_charclass(i18n_file, 'upper', unicode_utils.is_upper)