Searched refs:collend (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | unicodeobject.c | 713 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace() 726 for (i = collstart; i < collend; ++i) { in backslashreplace() 751 for (i = collstart; i < collend; ++i) { in backslashreplace() 780 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace() 793 for (i = collstart; i < collend; ++i) { in xmlcharrefreplace() 826 for (i = collstart; i < collend; ++i) { in xmlcharrefreplace() 7095 Py_ssize_t collend = collstart + 1; in unicode_encode_ucs1() local 7098 while ((collend < size) && (PyUnicode_READ(kind, data, collend) >= limit)) in unicode_encode_ucs1() 7099 ++collend; in unicode_encode_ucs1() 712 backslashreplace(_PyBytesWriter *writer, char *str, PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) backslashreplace() argument 779 xmlcharrefreplace(_PyBytesWriter *writer, char *str, PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) xmlcharrefreplace() argument 9252 Py_ssize_t collend; _PyUnicode_TranslateCharmap() local [all...] |
Completed in 15 milliseconds