Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgcharset.c348 GHashTable *alias_table) in read_aliases() argument
390 if (!g_hash_table_lookup (alias_table, buf)) { in read_aliases()
391 g_hash_table_insert (alias_table, g_strdup (buf), g_strdup (q)); in read_aliases()
403 static GHashTable *alias_table = NULL; in unalias_lang() local
407 if (g_once_init_enter (&alias_table)) in unalias_lang()
411 g_once_init_leave (&alias_table, table); in unalias_lang()
415 while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) in unalias_lang()
/third_party/gettext/gettext-runtime/intl/
Dlocalcharset.c93 static const struct table_entry alias_table[] = variable
1030 const struct table_entry * const table = alias_table; in locale_charset()
1032 sizeof (alias_table) / sizeof (struct table_entry); in locale_charset()