Searched refs:collstart (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() 7094 Py_ssize_t collstart = pos; in unicode_encode_ucs1() local 7095 Py_ssize_t collend = collstart + 1; in unicode_encode_ucs1() 7110 raise_encode_exception(&exc, encoding, unicode, collstart, collend, reason); in unicode_encode_ucs1() 7114 memset(str, '?', collend - collstart); 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 9251 Py_ssize_t collstart; _PyUnicode_TranslateCharmap() local [all...] |
Completed in 12 milliseconds