Searched refs:collstartpos (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 8874 Py_ssize_t collstartpos = *inpos; in charmap_encoding_error() local 8916 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error() 8920 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error() 8926 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error() 8937 for (collpos = collstartpos; collpos < collendpos; ++collpos) { in charmap_encoding_error() 8946 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error() 8957 collstartpos, collendpos, &newpos); in charmap_encoding_error() 8996 … raise_encode_exception(exceptionObject, encoding, unicode, collstartpos, collendpos, reason); in charmap_encoding_error()
|