Searched refs:dcngettext (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
H A Ddcngettext.c1 /* Implementation of the dcngettext(3) function.
56 weak_alias (__dcngettext, dcngettext);
H A Dintl-compat.c43 #undef dcngettext macro
102 dcngettext (const char *domainname, function
H A Dlibgnuintl.h.in203 static inline char *dcngettext (const char *__domainname,
211 # define dcngettext libintl_dcngettext
213 extern char *dcngettext (const char *__domainname,
/external/bison/lib/
H A Dgettext.h81 # undef dcngettext macro
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ macro
173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
277 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);

Completed in 223 milliseconds