Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro
299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro
/external/python/cpython2/Objects/
Dunicodeobject.c5196 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
/external/python/cpython3/Objects/
Dunicodeobject.c9534 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function