Searched defs:ngettext (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/src/locale/ |
H A D | textdomain.c | 39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function
|
/third_party/libexif/libexif/ |
H A D | i18n.h | 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
|
/third_party/python/Lib/ |
H A D | gettext.py | 280 def ngettext(self, msgid1, msgid2, n): member in NullTranslations 430 def ngettext(self, msgid1, msgid2, n): member in GNUTranslations 608 def ngettext(msgid1, msgid2, n): function
|
H A D | optparse.py | 90 from gettext import gettext, ngettext namespace 95 def ngettext(singular, plural, n): function
|
H A D | argparse.py | 94 from gettext import gettext as _, ngettext namespace
|
/third_party/jinja2/ |
H A D | ext.py | 29 def ngettext(self, singular: str, plural: str, n: int) -> str: member in _TranslationsBasic 186 def ngettext( function [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 163 def ngettext(__context, __singular, __plural, __num, **variables): function [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 149 def ngettext(__context, __singular, __plural, __num, **variables): function [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 163 def ngettext(__context, __singular, __plural, __num, **variables): function [all...] |
Completed in 17 milliseconds