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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 18 aetypes.IntlText(0, 0, 'international text'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 18 aetypes.IntlText(0, 0, 'international text'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 282 class IntlText:
291 return "IntlText(%r, %r, %r)" % (self.script, self.language, self.text)
301 return isinstance(x, IntlText)
aepack.py 185 return aetypes.IntlText(script, language, desc.data[4:])

Completed in 51 milliseconds