Home
last modified time | relevance | path

Searched defs:ngettext (Results 1 – 5 of 5) 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/libexif/libexif/
Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
/external/bison/lib/
Dgettext.h35 # define ngettext(Msgid1, Msgid2, N) \ macro
74 # define ngettext(Msgid1, Msgid2, N) \ macro
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Di18n.py278 def ngettext(self, singular, plural, n, **variables): member in I18n
716 def ngettext(singular, plural, n, **variables): function