Lines Matching refs:eventualEncoding
432 def decodeGivenEventualEncoding(self, eventualEncoding): argument
437 def decodeGivenEventualEncoding(self, eventualEncoding): argument
442 def decodeGivenEventualEncoding(self, eventualEncoding): argument
445 output = self.substituteEncoding(output, eventualEncoding)
449 def decodeGivenEventualEncoding(self, eventualEncoding): argument
453 def decodeGivenEventualEncoding(self, eventualEncoding): argument
617 return self.decode(eventualEncoding=encoding)
639 eventualEncoding=DEFAULT_OUTPUT_ENCODING): argument
649 and eventualEncoding is not None
651 val = self.substituteEncoding(val, eventualEncoding)
699 eventualEncoding)
741 eventualEncoding=DEFAULT_OUTPUT_ENCODING): argument
748 text = c.decodeGivenEventualEncoding(eventualEncoding)
750 s.append(c.decode(prettyPrint, indentLevel, eventualEncoding))