Searched refs:_PyUnicode_FromUCS4 (Results 1 – 2 of 2) sorted by relevance
20 #define STRINGLIB_NEW _PyUnicode_FromUCS4
353 _PyUnicode_FromUCS4(const Py_UCS4 *s, Py_ssize_t size);2249 PyObject *unicode = _PyUnicode_FromUCS4(converted, size); in PyUnicode_FromWideChar()2498 _PyUnicode_FromUCS4(const Py_UCS4 *u, Py_ssize_t size) in _PyUnicode_FromUCS4() function2538 return _PyUnicode_FromUCS4(buffer, size); in PyUnicode_FromKindAndData()