Home
last modified time | relevance | path

Searched defs:PyUnicode_Replace (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro
292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
/external/python/cpython2/Objects/
Dunicodeobject.c7266 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function
/external/python/cpython3/Objects/
Dunicodeobject.c12571 PyUnicode_Replace(PyObject *str, in PyUnicode_Replace() function