Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9927 unsigned char *res_data = NULL, *sep_data = NULL; in _PyUnicode_JoinArray() local
10031 sep_data = PyUnicode_1BYTE_DATA(sep); in _PyUnicode_JoinArray()
10042 sep_data, in _PyUnicode_JoinArray()