Searched refs:ngettext (Results 1 - 17 of 17) sorted by relevance

/external/e2fsprogs/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
64 weak_alias (__ngettext, ngettext);
H A Dintl-compat.c41 #undef ngettext macro
85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
H A Dlibgnuintl.h.in163 static inline char *ngettext (const char *__msgid1, const char *__msgid2,
170 # define ngettext libintl_ngettext
172 extern char *ngettext (const char *__msgid1, const char *__msgid2,
/external/e2fsprogs/lib/support/
H A Dnls-enable.h10 #define P_(singular, plural, n) (ngettext (singular, plural, n))
/external/libexif/libexif/
H A Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
/external/libmojo/third_party/jinja2/
H A Dext.py29 GETTEXT_FUNCTIONS = ('_', 'gettext', 'ngettext')
147 def ngettext(__context, __singular, __plural, __num, **variables): function in function:_make_new_ngettext
153 return ngettext
165 # the other time for the n-parameter of the ngettext function.
183 ngettext = getattr(translations, 'ungettext', None)
184 if ngettext is None:
185 ngettext = translations.ngettext
186 self._install_callables(gettext, ngettext, newstyle)
195 def _install_callables(self, gettext, ngettext, newstyl
[all...]
/external/python/cpython2/Lib/
H A Dgettext.py57 'ldngettext', 'lngettext', 'ngettext',
276 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
278 return self._fallback.ngettext(msgid1, msgid2, n)
323 if "ngettext" in names:
324 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
325 or self.ngettext)
444 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
454 return self._fallback.ngettext(msgid1, msgid2, n)
628 return t.ngettext(msgid1, msgid2, n)
647 def ngettext(msgid function
[all...]
/external/python/cpython3/Lib/
H A Dgettext.py57 'ldngettext', 'lngettext', 'ngettext',
275 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
277 return self._fallback.ngettext(msgid1, msgid2, n)
309 if "ngettext" in names:
310 builtins.__dict__['ngettext'] = self.ngettext
447 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
452 return self._fallback.ngettext(msgid1, msgid2, n)
592 return t.ngettext(msgid1, msgid2, n)
611 def ngettext(msgid function
[all...]
H A Doptparse.py90 from gettext import gettext, ngettext namespace
95 def ngettext(singular, plural, n): function in function:_repr
1485 self.error(ngettext(
1523 self.error(ngettext(
H A Dargparse.py93 from gettext import gettext as _, ngettext namespace
1504 message = ngettext('conflicting option string: %s',
2058 default = ngettext('expected %s argument',
/external/python/cpython2/Lib/test/
H A Dtest_gettext.py226 x = gettext.ngettext('There is %s file', 'There are %s files', 1)
228 x = gettext.ngettext('There is %s file', 'There are %s files', 2)
235 x = t.ngettext('There is %s file', 'There are %s files', 1)
237 x = t.ngettext('There is %s file', 'There are %s files', 2)
/external/python/cpython3/Lib/test/
H A Dtest_gettext.py294 x = gettext.ngettext('There is %s file', 'There are %s files', 1)
296 x = gettext.ngettext('There is %s file', 'There are %s files', 2)
303 x = t.ngettext('There is %s file', 'There are %s files', 1)
305 x = t.ngettext('There is %s file', 'There are %s files', 2)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A DDateTimeShortcuts.js109 message = ngettext(
117 message = ngettext(
/external/elfutils/src/
H A Dreadelf.c1479 ? ngettext ("\
1484 : ngettext ("\
1676 printf (ngettext ("\
1876 printf (ngettext ("\
1891 printf (ngettext ("\
2066 printf (ngettext ("\
2081 printf (ngettext ("\
2314 printf (ngettext ("\nSymbol table [%2u] '%s' contains %u entry:\n",
2319 printf (ngettext (" %lu local symbol String table: [%2u] '%s'\n",
2567 printf (ngettext ("\
[all...]
/external/e2fsprogs/e2fsck/
H A De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
/external/e2fsprogs/misc/
H A Dfuse2fs.c50 #define P_(singular, plural, n) (ngettext(singular, plural, n))
/external/e2fsprogs/
H A Dconfigure10706 *" need-ngettext "*) gt_api_version=2 ;;
10743 gt_expression_test_code=' + * ngettext ("", "", 0)'

Completed in 2609 milliseconds