Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7211 unicode_repeat(PyUnicodeObject *str, Py_ssize_t len) in unicode_repeat() function
7987 (ssizeargfunc) unicode_repeat, /* sq_repeat */
/external/python/cpython3/Objects/
Dunicodeobject.c12781 unicode_repeat(PyObject *str, Py_ssize_t len) in unicode_repeat() function
14300 (ssizeargfunc) unicode_repeat, /* sq_repeat */