/external/bison/lib/ |
D | gettext.h | 34 # undef ngettext 35 # define ngettext(Msgid1, Msgid2, N) \ macro 73 # undef ngettext 74 # define ngettext(Msgid1, Msgid2, N) \ macro 80 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_i18n_test.py | 50 self.assertEqual(i18n.ngettext('One foo', 'Many foos', 1), u'One foo') 51 self.assertEqual(i18n.ngettext('One foo', 'Many foos', 2), u'Many foos') 54 … self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 1), u'One foo %(foo)s') 55 … self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 2), u'Many foos %(foo)s') 56 …self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 1, foo='bar'), u'One foo ba… 57 …self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 2, foo='bar'), u'Many foos … 58 …self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 1) % {'foo': 'bar'}, u'One … 59 …self.assertEqual(i18n.ngettext('One foo %(foo)s', 'Many foos %(foo)s', 2) % {'foo': 'bar'}, u'Many…
|
/external/e2fsprogs/intl/ |
D | intl-compat.c | 41 #undef ngettext 85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
D | ngettext.c | 64 weak_alias (__ngettext, ngettext);
|
D | libgnuintl.h.in | 163 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function 170 # define ngettext libintl_ngettext macro 172 extern char *ngettext (const char *__msgid1, const char *__msgid2,
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/ |
D | i18n.rst | 29 __init__, set_locale, set_timezone, gettext, ngettext, 42 .. autofunction:: ngettext
|
/external/libexif/auto-m4/ |
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…
|
/external/e2fsprogs/misc/ |
D | nls-enable.h | 10 #define P_(singular, plural, n) (ngettext (singular, plural, n))
|
/external/bison/ |
D | README | 16 both differ: bison needs ngettext, the generated parsers do not. To 17 simplify the build system, neither are installed if ngettext is not
|
D | configure.ac | 193 AM_GNU_GETTEXT([external], [need-ngettext])
|
D | ChangeLog-2012 | 2170 * configure.ac: Require need-ngettext instead of 7377 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT, 20512 * src/reduce.c (reduce_print): Use ngettext. 20910 * src/system.h (ngettext): Now that we use ngettext, be sure to 20929 (conflict_report): Use ngettext. 20932 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
|
/external/libexif/libexif/ |
D | i18n.h | 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | i18n.py | 278 def ngettext(self, singular, plural, n, **variables): member in I18n 716 def ngettext(singular, plural, n, **variables): function 718 return get_i18n().ngettext(singular, plural, n, **variables)
|
D | jinja2.py | 136 lambda s, p, n: i18n.ngettext(s, p, n),
|
/external/elfutils/src/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 65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 117 *" need-ngettext "*) gt_api_version=2 ;; 154 gt_expression_test_code=' + * ngettext ("", "", 0)'
|
/external/bison/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 65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 117 *" need-ngettext "*) gt_api_version=2 ;; 154 gt_expression_test_code=' + * ngettext ("", "", 0)'
|
/external/bison/src/ |
D | reduce.c | 385 warn (ngettext ("%d nonterminal useless in grammar", in reduce_print() 390 warn (ngettext ("%d rule useless in grammar", in reduce_print()
|
D | conflicts.c | 616 complain (ngettext ("expected %d shift/reduce conflict", in conflicts_print() 621 complain (ngettext ("expected %d reduce/reduce conflict", in conflicts_print()
|
D | scan-gram.l | 295 ngettext ("invalid character", "invalid characters", yyleng), 381 ngettext ("invalid character in bracketed name",
|
D | scan-gram.c | 1834 ngettext ("invalid character", "invalid characters", gram_leng), 1943 ngettext ("invalid character in bracketed name",
|
/external/elfutils/src/src/ |
D | readelf.c | 1401 ? ngettext ("\ in handle_scngrp() 1406 : ngettext ("\ in handle_scngrp() 1588 printf (ngettext ("\ in handle_dynamic() 1788 printf (ngettext ("\ in handle_relocs_rel() 1803 printf (ngettext ("\ in handle_relocs_rel() 1978 printf (ngettext ("\ in handle_relocs_rela() 1993 printf (ngettext ("\ in handle_relocs_rela() 2216 printf (ngettext ("\nSymbol table [%2u] '%s' contains %u entry:\n", in handle_symtab() 2221 printf (ngettext (" %lu local symbol String table: [%2u] '%s'\n", in handle_symtab() 2469 printf (ngettext ("\ in handle_verneed() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
|
/external/e2fsprogs/ |
D | aclocal.m4 | 57 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 58 dnl implementations (in libc or libintl) without the ngettext() function 88 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 148 …[gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) 164 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl… 200 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl… 221 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2351 fun:ngettext=uninstrumented
|
/external/e2fsprogs/debian/ |
D | changelog | 2464 * Use ngettext (abbreviated with P_()) to simplify the statistics reporting.
|