Searched defs:msgid1 (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | gettext.py | 203 def ngettext(self, msgid1, msgid2, n): argument 211 def lngettext(self, msgid1, msgid2, n): argument 224 def ungettext(self, msgid1, msgid2, n): argument 371 def ngettext(self, msgid1, msgid2, n): argument 387 def lngettext(self, msgid1, msgid2, n): argument 410 def ungettext(self, msgid1, msgid2, n): argument 546 def dngettext(domain, msgid1, msgid2, n): argument 557 def ldngettext(domain, msgid1, msgid2, n): argument 574 def ngettext(msgid1, msgid2, n): argument 577 def lngettext(msgid1, msgid2, n): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | gettext.py | 201 def ngettext(self, msgid1, msgid2, n): argument 209 def lngettext(self, msgid1, msgid2, n): argument 222 def ungettext(self, msgid1, msgid2, n): argument 368 def ngettext(self, msgid1, msgid2, n): argument 384 def lngettext(self, msgid1, msgid2, n): argument 407 def ungettext(self, msgid1, msgid2, n): argument 543 def dngettext(domain, msgid1, msgid2, n): argument 554 def ldngettext(domain, msgid1, msgid2, n): argument 571 def ngettext(msgid1, msgid2, n): argument 574 def lngettext(msgid1, msgid2, n): argument
|