Searched refs:utf8_upper (Results 1 – 1 of 1) sorted by relevance
164 #define utf8_upper(C) toupper(C) macro6967 *uc = utf8_upper(*uc); in utf8_tounicode_case()6997 c = utf8_upper(c); in JimCharsetMatch()9292 dest += utf8_getchars(dest, uc ? utf8_upper(c) : utf8_lower(c)); in JimStrCopyUpperLower()22573 *uc = utf8_upper(*uc); in reg_utf8_tounicode_case()23206 c = utf8_upper(c); in str_find()