Searched refs:is_to_upper (Results 1 – 1 of 1) sorted by relevance
234 bool is_to_upper, const char* lang) { in LocaleConvertCase() argument235 auto case_converter = is_to_upper ? u_strToUpper : u_strToLower; in LocaleConvertCase()