Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Ducs4lib.h20 #define STRINGLIB_NEW _PyUnicode_FromUCS4
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c348 _PyUnicode_FromUCS4(const Py_UCS4 *s, Py_ssize_t size);
2195 PyObject *unicode = _PyUnicode_FromUCS4(converted, size); in PyUnicode_FromWideChar()
2444 _PyUnicode_FromUCS4(const Py_UCS4 *u, Py_ssize_t size) in _PyUnicode_FromUCS4() function
2484 return _PyUnicode_FromUCS4(buffer, size); in PyUnicode_FromKindAndData()