Searched refs:collend (Results 1 – 1 of 1) sorted by relevance
732 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace() argument745 for (i = collstart; i < collend; ++i) { in backslashreplace()770 for (i = collstart; i < collend; ++i) { in backslashreplace()799 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace() argument812 for (i = collstart; i < collend; ++i) { in xmlcharrefreplace()845 for (i = collstart; i < collend; ++i) { in xmlcharrefreplace()7231 Py_ssize_t collend = collstart + 1; in unicode_encode_ucs1() local7234 while ((collend < size) && (PyUnicode_READ(kind, data, collend) >= limit)) in unicode_encode_ucs1()7235 ++collend; in unicode_encode_ucs1()7238 writer.overallocate = (collend < size); in unicode_encode_ucs1()[all …]