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

  /external/python/cpython3/Lib/test/
test_codecs.py 789 (b'[\x80\xff]', 'surrogateescape', '[\udc80\udcff]'),
801 self.assertEqual("[\uDC80]".encode(self.encoding, "surrogateescape"),
805 "[\uDC80\uD800\uDFFF]".encode(self.encoding, "surrogateescape")
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 322 if (strcmp(errors, "surrogateescape") == 0) {
3420 int surrogateescape; local
3721 int surrogateescape; local
    [all...]

Completed in 219 milliseconds