Home
last modified time | relevance | path

Searched defs:PyUnicode_Replace (Results 1 – 2 of 2) 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.c7271 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function