Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py216 def to_upper(code_point): function
239 return to_upper(code_point)
269 return (to_upper(code_point) != code_point
430 if (to_upper(code_point) != code_point
437 'uc': to_upper(code_point)})
A Dgen_unicode_ctype.py248 output_charmap(i18n_file, 'toupper', unicode_utils.to_upper)

Completed in 3 milliseconds