Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h1263 unicode_new_impl(PyTypeObject *type, PyObject *x, const char *encoding,
1325 return_value = unicode_new_impl(type, x, encoding, errors); in unicode_new()
/third_party/python/Objects/
Dunicodeobject.c15610 unicode_new_impl(PyTypeObject *type, PyObject *x, const char *encoding, in unicode_new_impl() function