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.c341 _PyUnicode_FromUCS1(const Py_UCS1 *s, Py_ssize_t size);
2350 _PyUnicode_FromUCS1(const Py_UCS1* u, Py_ssize_t size) in _PyUnicode_FromUCS1() function
2433 return _PyUnicode_FromUCS1(buffer, size); in PyUnicode_FromKindAndData()
6831 return _PyUnicode_FromUCS1((const unsigned char*)s, size); in PyUnicode_DecodeLatin1()