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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 89 def basic_encode_test(self, size, enc, c=u'.', expectedsize=None):
90 if expectedsize is None:
91 expectedsize = size
94 self.assertEqual(len(s.encode(enc)), expectedsize)
117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 89 def basic_encode_test(self, size, enc, c=u'.', expectedsize=None):
90 if expectedsize is None:
91 expectedsize = size
94 self.assertEqual(len(s.encode(enc)), expectedsize)
117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]

Completed in 4075 milliseconds