Searched refs:ngettext (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | gettext.h | 36 # undef ngettext 37 # define ngettext(Msgid1, Msgid2, N) \ macro 75 # undef ngettext 76 # define ngettext(Msgid1, Msgid2, N) \ macro 82 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
|
/ndk/sources/host-tools/make-3.81/ |
D | gettext.h | 37 # define ngettext(Msgid1, Msgid2, N) \ macro
|
D | make.h | 347 #define S_(msg1,msg2,num) ngettext (msg1,msg2,num)
|
/ndk/sources/android/support/src/musl-locale/ |
D | intl.c | 21 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 34 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 35 dnl implementations (in libc or libintl) without the ngettext() function 65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 125 …[gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) 141 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl… 177 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl… 198 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl…
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gettext.m4 | 32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 33 dnl implementations (in libc or libintl) without the ngettext() function 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 115 *" need-ngettext "*) gt_api_version=2 ;; 152 gt_expression_test_code=' + * ngettext ("", "", 0)'
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 245 panic(ngettext("couldn't write %d item to %s: %s",
|