Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgettext.h83 # undef dcngettext
84 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ macro
169 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
270 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in dcnpgettext_expr()
/ndk/sources/host-tools/make-3.81/
Dgettext.h41 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ macro
/ndk/sources/android/support/src/musl-locale/
Dintl.c31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int … in dcngettext() function