Searched defs:repwstr (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c4260 wchar_t *repwstr; local
4312 repwstr = PyUnicode_AsUnicodeAndSize(repunicode, &repwlen);
4313 if (repwstr == NULL)
4332 wcsncpy(_PyUnicode_WSTR(*output) + *outpos, repwstr, repwlen);

Completed in 814 milliseconds