Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c4651 Py_ssize_t collendpos = *inpos+1; in charmap_encoding_error() local
4658 while (collendpos < size) { in charmap_encoding_error()
4661 int res = encoding_map_lookup(p[collendpos], mapping); in charmap_encoding_error()
4664 ++collendpos; in charmap_encoding_error()
4668 rep = charmapencode_lookup(p[collendpos], mapping); in charmap_encoding_error()
4676 ++collendpos; in charmap_encoding_error()
4694 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4697 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error()
4703 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4709 *inpos = collendpos; in charmap_encoding_error()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4566 Py_ssize_t collendpos = *inpos+1; in charmap_encoding_error() local
4573 while (collendpos < size) { in charmap_encoding_error()
4576 int res = encoding_map_lookup(p[collendpos], mapping); in charmap_encoding_error()
4579 ++collendpos; in charmap_encoding_error()
4583 rep = charmapencode_lookup(p[collendpos], mapping); in charmap_encoding_error()
4591 ++collendpos; in charmap_encoding_error()
4609 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4612 for (collpos = collstartpos; collpos<collendpos; ++collpos) { in charmap_encoding_error()
4618 … raise_encode_exception(exceptionObject, encoding, p, size, collstartpos, collendpos, reason); in charmap_encoding_error()
4624 *inpos = collendpos; in charmap_encoding_error()
[all …]