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

  /external/e2fsprogs/intl/
intl-compat.c 41 #undef ngettext macro
85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
  /external/libexif/libexif/
i18n.h 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libintl.h 62 extern char *ngettext (__const char *__msgid1, __const char *__msgid2,
115 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) macro
  /toolchain/binutils/binutils-2.27/intl/
intl-compat.c 41 #undef ngettext macro
91 ngettext (msgid1, msgid2, n) function
libgnuintl.h 191 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function
198 # define ngettext libintl_ngettext macro
200 extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 41 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 57 'ldngettext', 'lngettext', 'ngettext',
203 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
205 return self._fallback.ngettext(msgid1, msgid2, n)
250 if "ngettext" in names:
251 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
252 or self.ngettext)
371 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
381 return self._fallback.ngettext(msgid1, msgid2, n)
555 return t.ngettext(msgid1, msgid2, n)
574 def ngettext(msgid1, msgid2, n): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 55 'dgettext', 'dngettext', 'gettext', 'ngettext',
201 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
203 return self._fallback.ngettext(msgid1, msgid2, n)
248 if "ngettext" in names:
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
250 or self.ngettext)
368 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
378 return self._fallback.ngettext(msgid1, msgid2, n)
552 return t.ngettext(msgid1, msgid2, n)
571 def ngettext(msgid1, msgid2, n): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 55 'dgettext', 'dngettext', 'gettext', 'ngettext',
201 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
203 return self._fallback.ngettext(msgid1, msgid2, n)
248 if "ngettext" in names:
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
250 or self.ngettext)
368 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
378 return self._fallback.ngettext(msgid1, msgid2, n)
552 return t.ngettext(msgid1, msgid2, n)
571 def ngettext(msgid1, msgid2, n) function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 55 'dgettext', 'dngettext', 'gettext', 'ngettext',
201 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
203 return self._fallback.ngettext(msgid1, msgid2, n)
248 if "ngettext" in names:
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
250 or self.ngettext)
368 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
378 return self._fallback.ngettext(msgid1, msgid2, n)
552 return t.ngettext(msgid1, msgid2, n)
571 def ngettext(msgid1, msgid2, n) function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 55 'dgettext', 'dngettext', 'gettext', 'ngettext',
201 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
203 return self._fallback.ngettext(msgid1, msgid2, n)
248 if "ngettext" in names:
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
250 or self.ngettext)
368 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
378 return self._fallback.ngettext(msgid1, msgid2, n)
552 return t.ngettext(msgid1, msgid2, n)
571 def ngettext(msgid1, msgid2, n) function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 55 'dgettext', 'dngettext', 'gettext', 'ngettext',
201 def ngettext(self, msgid1, msgid2, n): member in class:NullTranslations
203 return self._fallback.ngettext(msgid1, msgid2, n)
248 if "ngettext" in names:
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
250 or self.ngettext)
368 def ngettext(self, msgid1, msgid2, n): member in class:GNUTranslations
378 return self._fallback.ngettext(msgid1, msgid2, n)
552 return t.ngettext(msgid1, msgid2, n)
571 def ngettext(msgid1, msgid2, n) function
    [all...]
  /external/libmojo/third_party/jinja2/
ext.py 29 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, newstyle=None)
    [all...]
  /external/python/cpython2/Lib/
gettext.py 57 '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(msgid1, msgid2, n) function
    [all...]
  /external/python/cpython3/Lib/
gettext.py 57 '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(msgid1, msgid2, n) function
    [all...]
optparse.py 90 from gettext import gettext, ngettext
95 def ngettext(singular, plural, n): function in function:_repr
    [all...]

Completed in 793 milliseconds