Searched refs:len_utf16 (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gunicollate.c | 254 glong len_utf16; in carbon_collate_key_with_collator() local 264 str_utf16 = g_utf8_to_utf16 (str, len, NULL, &len_utf16, NULL); in carbon_collate_key_with_collator() 265 try_len = len_utf16 * 5 + 2; in carbon_collate_key_with_collator() 279 ret = UCGetCollationKey (collator, str_utf16, len_utf16, in carbon_collate_key_with_collator() 287 ret = UCGetCollationKey (collator, str_utf16, len_utf16, in carbon_collate_key_with_collator()
|