Searched refs:_PyUnicode_FromUCS2 (Results 1 – 2 of 2) sorted by relevance
20 #define STRINGLIB_NEW _PyUnicode_FromUCS2
351 _PyUnicode_FromUCS2(const Py_UCS2 *s, Py_ssize_t size);2472 _PyUnicode_FromUCS2(const Py_UCS2 *u, Py_ssize_t size) in _PyUnicode_FromUCS2() function2536 return _PyUnicode_FromUCS2(buffer, size); in PyUnicode_FromKindAndData()