Home
last modified time | relevance | path

Searched refs:collstartpos (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c4657 Py_ssize_t collstartpos = *inpos; in charmap_encoding_error() local
4701 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4704 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error()
4710 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4720 for (collpos = collstartpos; collpos < collendpos;) { in charmap_encoding_error()
4738 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4748 collstartpos, collendpos, &newpos); in charmap_encoding_error()
4760 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
/external/python/cpython3/Objects/
Dunicodeobject.c8605 Py_ssize_t collstartpos = *inpos; in charmap_encoding_error() local
8647 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error()
8651 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error()
8657 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error()
8668 for (collpos = collstartpos; collpos < collendpos; ++collpos) { in charmap_encoding_error()
8677 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error()
8688 collstartpos, collendpos, &newpos); in charmap_encoding_error()
8727 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error()