Home
last modified time | relevance | path

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

/glibc-2.36/localedata/unicode-gen/
Dunicode_utils.py263 def is_lower(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.py213 output_charclass(i18n_file, 'lower', unicode_utils.is_lower)