HomeSort by relevance Sort by last modified time
    Searched refs:GNUTranslations (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 137 t = gettext.GNUTranslations(fp)
228 t = gettext.GNUTranslations(fp)
299 self.t = gettext.GNUTranslations(fp)
317 self.t = gettext.GNUTranslations(fp)
328 class DummyGNUTranslations(gettext.GNUTranslations):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 137 t = gettext.GNUTranslations(fp)
228 t = gettext.GNUTranslations(fp)
299 self.t = gettext.GNUTranslations(fp)
317 self.t = gettext.GNUTranslations(fp)
328 class DummyGNUTranslations(gettext.GNUTranslations):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 53 __all__ = ['NullTranslations', 'GNUTranslations', 'Catalog',
257 class GNUTranslations(NullTranslations):
464 class_ = GNUTranslations
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 53 __all__ = ['NullTranslations', 'GNUTranslations', 'Catalog',
257 class GNUTranslations(NullTranslations):
464 class_ = GNUTranslations

Completed in 2351 milliseconds