Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.c3097 char* msg_ctxt_id; in g_dpgettext2() local
3099 msg_ctxt_id = g_alloca (msgctxt_len + msgid_len); in g_dpgettext2()
3101 memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); in g_dpgettext2()
3102 msg_ctxt_id[msgctxt_len - 1] = '\004'; in g_dpgettext2()
3103 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); in g_dpgettext2()
3105 translation = g_dgettext (domain, msg_ctxt_id); in g_dpgettext2()
3107 if (translation == msg_ctxt_id) in g_dpgettext2()
3110 msg_ctxt_id[msgctxt_len - 1] = '|'; in g_dpgettext2()
3111 translation = g_dgettext (domain, msg_ctxt_id); in g_dpgettext2()
3113 if (translation == msg_ctxt_id) in g_dpgettext2()