Searched refs:to_lower (Results 1 – 2 of 2) sorted by relevance
225 def to_lower(code_point): function246 return to_lower(code_point)259 return (to_lower(code_point) != code_point440 if (to_lower(code_point) != code_point447 'uc': to_lower(code_point)})
249 output_charmap(i18n_file, 'tolower', unicode_utils.to_lower)