Searched refs:msgid2 (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 205 return self._fallback.ngettext(msgid1, msgid2, n) 209 return msgid2 211 def lngettext(self, msgid1, msgid2, n): argument 213 return self._fallback.lngettext(msgid1, msgid2, n) 217 return msgid2 224 def ungettext(self, msgid1, msgid2, n): argument 226 return self._fallback.ungettext(msgid1, msgid2, n) 230 return unicode(msgid2) 330 msgid1, msgid2 = msg.split('\x00') [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | gettext.py | 201 def ngettext(self, msgid1, msgid2, n): argument 203 return self._fallback.ngettext(msgid1, msgid2, n) 207 return msgid2 209 def lngettext(self, msgid1, msgid2, n): argument 211 return self._fallback.lngettext(msgid1, msgid2, n) 215 return msgid2 222 def ungettext(self, msgid1, msgid2, n): argument 224 return self._fallback.ungettext(msgid1, msgid2, n) 228 return unicode(msgid2) 327 msgid1, msgid2 = msg.split('\x00') [all …]
|