Home
last modified time | relevance | path

Searched refs:str2_locale (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgunicollate.c140 gchar *str2_locale = g_convert (str2_norm, -1, charset, "UTF-8", NULL, NULL, NULL); in g_utf8_collate() local
142 if (str1_locale && str2_locale) in g_utf8_collate()
143 result = strcoll (str1_locale, str2_locale); in g_utf8_collate()
146 else if (str2_locale) in g_utf8_collate()
152 g_free (str2_locale); in g_utf8_collate()