Searched refs:to_upper (Results 1 – 2 of 2) sorted by relevance
216 def to_upper(code_point): function239 return to_upper(code_point)269 return (to_upper(code_point) != code_point430 if (to_upper(code_point) != code_point437 'uc': to_upper(code_point)})
248 output_charmap(i18n_file, 'toupper', unicode_utils.to_upper)
Completed in 3 milliseconds