Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_decoded_chars_used

1509         self._decoded_chars_used = 0  # offset into _decoded_chars for read()
1632 self._decoded_chars_used = 0
1636 offset = self._decoded_chars_used
1641 self._decoded_chars_used += len(chars)
1646 if self._decoded_chars_used < n:
1648 self._decoded_chars_used -= n
1720 chars_to_skip = self._decoded_chars_used
1834 self._decoded_chars_used = chars_to_skip