Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/musl/src/locale/
Dtextdomain.c39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext()
Ddcngettext.c144 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int … in dcngettext()
294 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext()
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c156 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int … in dcngettext()
340 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext()