Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgettext.h145 const char *msg_ctxt_id, const char *msgid, in pgettext_aux() argument
148 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux()
149 if (translation == msg_ctxt_id) in pgettext_aux()
164 const char *msg_ctxt_id, const char *msgid, in npgettext_aux() argument
169 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
170 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux()
211 char msg_ctxt_id[msgctxt_len + msgid_len]; in dcpgettext_expr() local
214 char *msg_ctxt_id = in dcpgettext_expr() local
218 if (msg_ctxt_id != NULL) in dcpgettext_expr()
221 memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); in dcpgettext_expr()
[all …]