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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multibytecodec_support.py 298 csetch = chr(csetval & 0xff)
300 csetch = chr(csetval >> 24) + chr((csetval >> 16) & 0xff) + \
303 csetch = chr(csetval >> 16) + \
306 csetch = chr(csetval >> 8) + chr(csetval & 0xff)
313 urt_wa[unich] = csetch
315 self._testpoint(csetch, unich)
330 def _testpoint(self, csetch, unich):
331 if (csetch, unich) not in self.pass_enctest:
333 self.assertEqual(unich.encode(self.encoding), csetch)
336 repr(unich), repr(csetch), exc.reason)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multibytecodec_support.py 298 csetch = chr(csetval & 0xff)
300 csetch = chr(csetval >> 24) + chr((csetval >> 16) & 0xff) + \
303 csetch = chr(csetval >> 16) + \
306 csetch = chr(csetval >> 8) + chr(csetval & 0xff)
313 urt_wa[unich] = csetch
315 self._testpoint(csetch, unich)
330 def _testpoint(self, csetch, unich):
331 if (csetch, unich) not in self.pass_enctest:
333 self.assertEqual(unich.encode(self.encoding), csetch)
336 repr(unich), repr(csetch), exc.reason)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 298 csetch = chr(csetval & 0xff)
300 csetch = chr(csetval >> 24) + chr((csetval >> 16) & 0xff) + \
303 csetch = chr(csetval >> 16) + \
306 csetch = chr(csetval >> 8) + chr(csetval & 0xff)
313 urt_wa[unich] = csetch
315 self._testpoint(csetch, unich)
330 def _testpoint(self, csetch, unich):
331 if (csetch, unich) not in self.pass_enctest:
333 self.assertEqual(unich.encode(self.encoding), csetch)
336 repr(unich), repr(csetch), exc.reason)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 298 csetch = chr(csetval & 0xff)
300 csetch = chr(csetval >> 24) + chr((csetval >> 16) & 0xff) + \
303 csetch = chr(csetval >> 16) + \
306 csetch = chr(csetval >> 8) + chr(csetval & 0xff)
313 urt_wa[unich] = csetch
315 self._testpoint(csetch, unich)
330 def _testpoint(self, csetch, unich):
331 if (csetch, unich) not in self.pass_enctest:
333 self.assertEqual(unich.encode(self.encoding), csetch)
336 repr(unich), repr(csetch), exc.reason)
    [all...]

Completed in 57 milliseconds