Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgettext.h38 dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N)
80 # undef dngettext
81 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
85 ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
/ndk/sources/host-tools/make-3.81/
Dgettext.h39 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
/ndk/sources/android/support/src/musl-locale/
Dintl.c26 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext() function