Searched defs:ungettext (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dgettext.py222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations
224 return self._fallback.ungettext(msgid1, msgid2, n)
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations
412 return self._fallback.ungettext(msgid1, msgid2, n)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dgettext.py222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations
224 return self._fallback.ungettext(msgid1, msgid2, n)
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations
412 return self._fallback.ungettext(msgid1, msgid2, n)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dgettext.py222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations
224 return self._fallback.ungettext(msgid1, msgid2, n)
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations
412 return self._fallback.ungettext(msgid1, msgid2, n)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dgettext.py222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations
224 return self._fallback.ungettext(msgid1, msgid2, n)
249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext
407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations
412 return self._fallback.ungettext(msgid1, msgid2, n)

Completed in 101 milliseconds