Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dggettext.c150 glib_pgettext (const gchar *msgctxtid, in glib_pgettext() argument
155 return g_dpgettext (GETTEXT_PACKAGE, msgctxtid, msgidoffset); in glib_pgettext()
213 const gchar *msgctxtid, in g_dpgettext() argument
219 translation = g_dgettext (domain, msgctxtid); in g_dpgettext()
221 if (translation == msgctxtid) in g_dpgettext()
224 return msgctxtid + msgidoffset; in g_dpgettext()
225 sep = strchr (msgctxtid, '|'); in g_dpgettext()
232 gchar *tmp = g_alloca (strlen (msgctxtid) + 1); in g_dpgettext()
233 strcpy (tmp, msgctxtid); in g_dpgettext()
234 tmp[sep - msgctxtid] = '\004'; in g_dpgettext()
Dggettext.h54 const gchar *msgctxtid,
Dglibintl.h11 const gchar * glib_pgettext (const gchar *msgctxtid,