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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 19 aetypes.IntlWritingCode(0,0),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 19 aetypes.IntlWritingCode(0,0),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 303 class IntlWritingCode:
311 return "IntlWritingCode(%r, %r)" % (self.script, self.language)
321 return isinstance(x, IntlWritingCode)
aepack.py 188 return aetypes.IntlWritingCode(script, language)

Completed in 27 milliseconds