HomeSort by relevance Sort by last modified time
    Searched defs:dcngettext (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/intl/
intl-compat.c 43 #undef dcngettext macro
102 dcngettext (const char *domainname, function
  /toolchain/binutils/binutils-2.25/intl/
intl-compat.c 43 #undef dcngettext macro
114 dcngettext (domainname, msgid1, msgid2, n, category) function
libgnuintl.h 237 static inline char *dcngettext (const char *__domainname, function
245 # define dcngettext libintl_dcngettext macro
247 extern char *dcngettext _INTL_PARAMS ((const char *__domainname,
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
intl.c 31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) function
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
intl.c 31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) function
  /external/bison/lib/
gettext.h 81 # 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 925 milliseconds