Home
last modified time | relevance | path

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

/glibc-2.36/localedata/unicode-gen/
Dunicode_utils.py225 def to_lower(code_point): function
246 return to_lower(code_point)
259 return (to_lower(code_point) != code_point
440 if (to_lower(code_point) != code_point
447 'uc': to_lower(code_point)})
Dgen_unicode_ctype.py249 output_charmap(i18n_file, 'tolower', unicode_utils.to_lower)