Searched defs:ngettext (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
D | libgnuintl.h.in | 163 static inline char *ngettext (const char *__msgid1, const char *__msgid2, function 170 # define ngettext libintl_ngettext macro
|
D | intl-compat.c | 85 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/libexif/libexif/ |
D | i18n.h | 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
|
/external/bison/lib/ |
D | gettext.h | 35 # define ngettext(Msgid1, Msgid2, N) \ macro 74 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/external/libmojo/third_party/jinja2/ |
D | ext.py | 147 def ngettext(__context, __singular, __plural, __num, **variables): function 195 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|