Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgcharset.c142 typedef struct _GCharsetCache GCharsetCache; typedef
153 GCharsetCache *cache = data; in charset_cache_free()
191 GCharsetCache *cache = g_private_get (&cache_private); in g_get_charset()
195 cache = g_private_set_alloc0 (&cache_private, sizeof (GCharsetCache)); in g_get_charset()
268 GCharsetCache *cache = g_private_get (&cache_private); in g_get_console_charset()
275 cache = g_private_set_alloc0 (&cache_private, sizeof (GCharsetCache)); in g_get_console_charset()