Home
last modified time | relevance | path

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

/external/bison/lib/
Dgettext.h149 const char *msg_ctxt_id, const char *msgid, in pgettext_aux() argument
152 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux()
153 if (translation == msg_ctxt_id) in pgettext_aux()
168 const char *msg_ctxt_id, const char *msgid, in npgettext_aux() argument
173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
174 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux()
218 char msg_ctxt_id[msgctxt_len + msgid_len]; in dcpgettext_expr() local
221 char *msg_ctxt_id = in dcpgettext_expr() local
225 if (msg_ctxt_id != NULL) in dcpgettext_expr()
228 memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); in dcpgettext_expr()
[all …]