Home
last modified time | relevance | path

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

12

/third_party/musl/src/locale/
Dtextdomain.c39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
/third_party/gstreamer/gstreamer/gst/
Dgst-i18n-lib.h43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
Dgst-i18n-app.h40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgst-i18n-plugin.h41 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgst-i18n-plugin.h43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgst-i18n-app.h40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
Dgettext.h48 # define ngettext(Msgid1, Msgid2, N) \ macro
/third_party/gettext/gettext-runtime/intl/
Dlibintl.h192 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function
199 # define ngettext libintl_ngettext macro
Dlibgnuintl.in.h192 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function
199 # define ngettext libintl_ngettext macro
Dlibgnuintl.h200 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function
207 # define ngettext libintl_ngettext macro
Dintl-compat.c85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
/third_party/gettext/gettext-runtime/src/
DMakefile.am27 bin_PROGRAMS = gettext ngettext envsubst program
/third_party/libexif/libexif/
Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
/third_party/python/Lib/
Dgettext.py291 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
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/
DGettextResource.java223 …public static String ngettext (ResourceBundle catalog, String msgid, String msgid_plural, long n) { in ngettext() method in GettextResource
/third_party/boost/libs/gil/doc/html/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { method
/third_party/boost/libs/python/doc/html/numpy/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { method
/third_party/boost/libs/hof/doc/html/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { method
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py149 def ngettext(__context, __singular, __plural, __num, **variables): function
197 def _install_callables(self, gettext, ngettext, newstyle=None): argument
/third_party/gettext/gnulib-local/lib/
Dgettext.h36 # define ngettext(Msgid1, Msgid2, N) \ macro
75 # define ngettext(Msgid1, Msgid2, N) \ macro
/third_party/skia/third_party/externals/jinja2/
Dext.py163 def ngettext(__context, __singular, __plural, __num, **variables): function
212 def _install_callables(self, gettext, ngettext, newstyle=None): argument
/third_party/jinja2/
Dext.py163 def ngettext(__context, __singular, __plural, __num, **variables): function
212 def _install_callables(self, gettext, ngettext, newstyle=None): argument

12