/third_party/musl/src/locale/ |
D | textdomain.c | 39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst-i18n-lib.h | 43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
|
D | gst-i18n-app.h | 40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
|
D | gettext.h | 48 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/ |
D | gst-i18n-plugin.h | 41 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
|
D | gettext.h | 48 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/third_party/gstreamer/gstplugins_good/gst-libs/gst/ |
D | gst-i18n-plugin.h | 43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
|
D | gettext.h | 48 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/ |
D | gst-i18n-app.h | 40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) macro
|
D | gettext.h | 48 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | libintl.h | 192 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function 199 # define ngettext libintl_ngettext macro
|
D | libgnuintl.in.h | 192 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function 199 # define ngettext libintl_ngettext macro
|
D | libgnuintl.h | 200 char *ngettext (const char *__msgid1, const char *__msgid2, in ngettext() function 207 # define ngettext libintl_ngettext macro
|
D | intl-compat.c | 85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
/third_party/gettext/gettext-runtime/src/ |
D | Makefile.am | 27 bin_PROGRAMS = gettext ngettext envsubst program
|
/third_party/libexif/libexif/ |
D | i18n.h | 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
|
/third_party/python/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
|
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/ |
D | GettextResource.java | 223 …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/ |
D | doctools.js | 146 ngettext : function(singular, plural, n) { method
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | doctools.js | 146 ngettext : function(singular, plural, n) { method
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | doctools.js | 146 ngettext : function(singular, plural, n) { method
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | ext.py | 149 def ngettext(__context, __singular, __plural, __num, **variables): function 197 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|
/third_party/gettext/gnulib-local/lib/ |
D | gettext.h | 36 # define ngettext(Msgid1, Msgid2, N) \ macro 75 # define ngettext(Msgid1, Msgid2, N) \ macro
|
/third_party/skia/third_party/externals/jinja2/ |
D | ext.py | 163 def ngettext(__context, __singular, __plural, __num, **variables): function 212 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|
/third_party/jinja2/ |
D | ext.py | 163 def ngettext(__context, __singular, __plural, __num, **variables): function 212 def _install_callables(self, gettext, ngettext, newstyle=None): argument
|