Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Ducs2lib.h20 #define STRINGLIB_NEW _PyUnicode_FromUCS2
/third_party/python/Objects/
Dunicodeobject.c351 _PyUnicode_FromUCS2(const Py_UCS2 *s, Py_ssize_t size);
2472 _PyUnicode_FromUCS2(const Py_UCS2 *u, Py_ssize_t size) in _PyUnicode_FromUCS2() function
2536 return _PyUnicode_FromUCS2(buffer, size); in PyUnicode_FromKindAndData()