Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.c3030 const gchar *msgctxtid, in g_dpgettext() argument
3036 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()
Dgstrfuncs.h258 const gchar *msgctxtid,
/external/bluetooth/glib/
DChangeLog.pre-2-16886 msgctxtid + offset instead of two strings, to avoid duplication