| /external/musl/src/locale/ |
| D | textdomain.c | 39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
| /external/python/cpython2/Lib/ |
| D | gettext.py | 276 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/python/cpython3/Lib/ |
| D | gettext.py | 291 def ngettext(self, msgid1, msgid2, n): member in NullTranslations 505 def ngettext(self, msgid1, msgid2, n): member in GNUTranslations 753 def ngettext(msgid1, msgid2, n): function
|
| D | optparse.py | 95 def ngettext(singular, plural, n): function
|
| /external/libexif/libexif/ |
| D | i18n.h | 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
|
| /external/python/httplib2/doc/html/_static/ |
| D | doctools.js | 118 ngettext : function(singular, plural, n) { method
|
| /external/libchrome/third_party/jinja2/ |
| D | ext.py | 149 def ngettext(__context, __singular, __plural, __num, **variables): function 197 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|
| /external/python/jinja/src/jinja2/ |
| D | ext.py | 157 def ngettext(__context, __singular, __plural, __num, **variables): function 208 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|
| /external/python/jinja/tests/ |
| D | test_ext.py | 73 def ngettext(context, s, p, n): function
|