Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c8827 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in unicode_new() function
8854 tmp = (PyUnicodeObject *)unicode_new(&PyUnicode_Type, args, kwds); in unicode_subtype_new()
8925 unicode_new, /* tp_new */
/external/python/cpython3/Objects/
Dunicodeobject.c15006 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in unicode_new() function
15037 unicode = unicode_new(&PyUnicode_Type, args, kwds); in unicode_subtype_new()
15180 unicode_new, /* tp_new */