Searched refs:ucs4_end (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c4020 const Py_UCS4 *ucs4_end; local
4038 ucs4_end = four_bytes + _PyUnicode_LENGTH(unicode);
4041 for (; four_bytes < ucs4_end; ++four_bytes) {
4057 for (; four_bytes < ucs4_end; ++four_bytes, ++w) {

Completed in 100 milliseconds