gettext.c | 80 * shortcut functions. the main implementation resides in dcngettext(). 86 return dcngettext(NULL, msgid, NULL, 1UL, LC_MESSAGES); 93 return dcngettext(domainname, msgid, NULL, 1UL, LC_MESSAGES); 100 return dcngettext(domainname, msgid, NULL, 1UL, category); 107 return dcngettext(NULL, msgid1, msgid2, n, LC_MESSAGES); 115 return dcngettext(domainname, msgid1, msgid2, n, LC_MESSAGES); 175 translation = dcngettext(domainname, msgctxt_id, 191 * dcngettext() - 949 dcngettext(const char *domainname, const char *msgid1, const char *msgid2, function in typeref:typename:char *
|