Searched refs:ucs4_end (Results 1 – 1 of 1) sorted by relevance
3862 const Py_UCS4 *ucs4_end; in PyUnicode_AsUnicodeAndSize() local3880 ucs4_end = four_bytes + _PyUnicode_LENGTH(unicode); in PyUnicode_AsUnicodeAndSize()3883 for (; four_bytes < ucs4_end; ++four_bytes) { in PyUnicode_AsUnicodeAndSize()3899 for (; four_bytes < ucs4_end; ++four_bytes, ++w) { in PyUnicode_AsUnicodeAndSize()