Home
last modified time | relevance | path

Searched defs:ngettext (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/intl/
Dlibgnuintl.h.in163 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function
170 # define ngettext libintl_ngettext macro
Dintl-compat.c85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
/external/python/cpython2/Lib/
Dgettext.py276 def ngettext(self, msgid1, msgid2, n): member in NullTranslations
444 def ngettext(self, msgid1, msgid2, n): member in GNUTranslations
647 def ngettext(msgid1, msgid2, n): function
/external/libexif/libexif/
Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
/external/python/cpython3/Lib/
Dgettext.py290 def ngettext(self, msgid1, msgid2, n): member in NullTranslations
501 def ngettext(self, msgid1, msgid2, n): member in GNUTranslations
747 def ngettext(msgid1, msgid2, n): function
Doptparse.py95 def ngettext(singular, plural, n): function
/external/python/httplib2/doc/html/_static/
Ddoctools.js118 ngettext : function(singular, plural, n) { method
/external/libchrome/third_party/jinja2/
Dext.py149 def ngettext(__context, __singular, __plural, __num, **variables): function
197 def _install_callables(self, gettext, ngettext, newstyle=None): argument