Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Ducs2lib.h21 #define STRINGLIB_NEW _PyUnicode_FromUCS2
/external/python/cpython3/Objects/
Dunicodeobject.c305 _PyUnicode_FromUCS2(const Py_UCS2 *s, Py_ssize_t size);
2225 _PyUnicode_FromUCS2(const Py_UCS2 *u, Py_ssize_t size) in _PyUnicode_FromUCS2() function
2289 return _PyUnicode_FromUCS2(buffer, size); in PyUnicode_FromKindAndData()