Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunicollate.c139 gchar *str1_locale = g_convert (str1_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()
144 else if (str1_locale) in g_utf8_collate()
151 g_free (str1_locale); in g_utf8_collate()