/external/python/cpython3/Lib/ |
D | gettext.py | 291 def ngettext(self, msgid1, msgid2, n): argument 299 def lngettext(self, msgid1, msgid2, n): argument 322 def npgettext(self, context, msgid1, msgid2, n): argument 478 def lngettext(self, msgid1, msgid2, n): argument 505 def ngettext(self, msgid1, msgid2, n): argument 527 def npgettext(self, context, msgid1, msgid2, n): argument 689 def dngettext(domain, msgid1, msgid2, n): argument 699 def ldngettext(domain, msgid1, msgid2, n): argument 730 def dnpgettext(domain, context, msgid1, msgid2, n): argument 753 def ngettext(msgid1, msgid2, n): argument [all …]
|
/external/python/cpython2/Lib/ |
D | gettext.py | 276 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
|
/external/musl/src/locale/ |
D | textdomain.c | 39 char *ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext()
|
D | dcngettext.c | 125 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()
|
/external/ipsec-tools/src/racoon/ |
D | handler.h | 206 u_int32_t msgid2; /* msgid counter for Phase 2 */ member
|
D | isakmp.c | 2590 u_int32_t msgid2; local
|