/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 209 def lngettext(self, msgid1, msgid2, n): member in class:NullTranslations 211 return self._fallback.lngettext(msgid1, msgid2, n) 253 if "lngettext" in names: 254 __builtin__.__dict__['lngettext'] = self.lngettext 384 def lngettext(self, msgid1, msgid2, n): member in class:GNUTranslations 392 return self._fallback.lngettext(msgid1, msgid2, n) 563 return t.lngettext(msgid1, msgid2, n) 574 def lngettext(msgid1, msgid2, n): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 209 def lngettext(self, msgid1, msgid2, n): member in class:NullTranslations 211 return self._fallback.lngettext(msgid1, msgid2, n) 253 if "lngettext" in names: 254 __builtin__.__dict__['lngettext'] = self.lngettext 384 def lngettext(self, msgid1, msgid2, n): member in class:GNUTranslations 392 return self._fallback.lngettext(msgid1, msgid2, n) 563 return t.lngettext(msgid1, msgid2, n) 574 def lngettext(msgid1, msgid2, n): function
|