Home
last modified time | relevance | path

Searched defs:msgid2 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dgettext.py276 def ngettext(self, msgid1, msgid2, n): argument
284 def lngettext(self, msgid1, msgid2, n): argument
297 def ungettext(self, msgid1, msgid2, n): argument
444 def ngettext(self, msgid1, msgid2, n): argument
460 def lngettext(self, msgid1, msgid2, n): argument
483 def ungettext(self, msgid1, msgid2, n): argument
619 def dngettext(domain, msgid1, msgid2, n): argument
630 def ldngettext(domain, msgid1, msgid2, n): argument
647 def ngettext(msgid1, msgid2, n): argument
650 def lngettext(msgid1, msgid2, n): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dgettext.py280 def ngettext(self, msgid1, msgid2, n): argument
293 def npgettext(self, context, msgid1, msgid2, n): argument
430 def ngettext(self, msgid1, msgid2, n): argument
452 def npgettext(self, context, msgid1, msgid2, n): argument
574 def dngettext(domain, msgid1, msgid2, n): argument
593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
608 def ngettext(msgid1, msgid2, n): argument
616 def npgettext(context, msgid1, msgid2, n): argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dlibintl.h114 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) argument
116 # define dngettext(domainname, msgid1, msgid2, n) \ argument
/aosp_15_r20/external/trusty/musl/src/locale/
Ddcngettext.c117 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int … in dcngettext()
264 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext()
Dtextdomain.c39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext()
/aosp_15_r20/external/musl/src/locale/
H A Ddcngettext.c125 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int … in dcngettext()
275 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext()
H A Dtextdomain.c39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext()