Searched refs:msgctxtid (Results 1 – 3 of 3) sorted by relevance
3030 const gchar *msgctxtid, in g_dpgettext() argument3036 translation = g_dgettext (domain, msgctxtid); in g_dpgettext()3038 if (translation == msgctxtid) in g_dpgettext()3041 return msgctxtid + msgidoffset; in g_dpgettext()3043 sep = strchr (msgctxtid, '|'); in g_dpgettext()3050 gchar *tmp = g_alloca (strlen (msgctxtid) + 1); in g_dpgettext()3051 strcpy (tmp, msgctxtid); in g_dpgettext()3052 tmp[sep - msgctxtid] = '\004'; in g_dpgettext()
258 const gchar *msgctxtid,
886 msgctxtid + offset instead of two strings, to avoid duplication