Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Ducs1lib.h21 #define STRINGLIB_NEW _PyUnicode_FromUCS1
/external/python/cpython3/Objects/
Dunicodeobject.c303 _PyUnicode_FromUCS1(const Py_UCS1 *s, Py_ssize_t size);
2204 _PyUnicode_FromUCS1(const Py_UCS1* u, Py_ssize_t size) in _PyUnicode_FromUCS1() function
2287 return _PyUnicode_FromUCS1(buffer, size); in PyUnicode_FromKindAndData()
6617 return _PyUnicode_FromUCS1((unsigned char*)s, size); in PyUnicode_DecodeLatin1()