Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgkeyfile.c2225 gchar *candidate_key, *translated_value; in g_key_file_get_locale_string() local
2235 candidate_key = NULL; in g_key_file_get_locale_string()
2252 candidate_key = g_strdup_printf ("%s[%s]", key, languages[i]); in g_key_file_get_locale_string()
2256 candidate_key, NULL); in g_key_file_get_locale_string()
2257 g_free (candidate_key); in g_key_file_get_locale_string()
2330 gchar *candidate_key, *translated_value; in g_key_file_get_locale_for_key() local
2332 candidate_key = g_strdup_printf ("%s[%s]", key, languages[i]); in g_key_file_get_locale_for_key()
2333 translated_value = g_key_file_get_string (key_file, group_name, candidate_key, NULL); in g_key_file_get_locale_for_key()
2335 g_free (candidate_key); in g_key_file_get_locale_for_key()