Searched refs:collendpos (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | unicodeobject.c | 8684 Py_ssize_t collendpos = *inpos+1; in charmap_encoding_error() local 8696 while (collendpos < size) { in charmap_encoding_error() 8699 ch = PyUnicode_READ_CHAR(unicode, collendpos); in charmap_encoding_error() 8703 ++collendpos; in charmap_encoding_error() 8707 ch = PyUnicode_READ_CHAR(unicode, collendpos); in charmap_encoding_error() 8716 ++collendpos; in charmap_encoding_error() 8725 raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error() 8729 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error() 8735 raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error() 8741 *inpos = collendpos; in charmap_encoding_error() [all...] |
Completed in 14 milliseconds