Home
last modified time | relevance | path

Searched refs:last_obj (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c10132 PyObject *last_obj; in _PyUnicode_JoinArray() local
10141 last_obj = NULL; in _PyUnicode_JoinArray()
10178 last_obj = sep; in _PyUnicode_JoinArray()
10216 if (use_memcpy && last_obj != NULL) { in _PyUnicode_JoinArray()
10217 if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item)) in _PyUnicode_JoinArray()
10220 last_obj = item; in _PyUnicode_JoinArray()