Home
last modified time | relevance | path

Searched refs:PyUnicode_TranslateCharmap (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h213 # define PyUnicode_TranslateCharmap PyUnicodeUCS2_TranslateCharmap macro
300 # define PyUnicode_TranslateCharmap PyUnicodeUCS4_TranslateCharmap macro
1070 PyAPI_FUNC(PyObject *) PyUnicode_TranslateCharmap(
/external/python/cpython2/Doc/data/
Drefcounts.dat1635 PyUnicode_TranslateCharmap:PyObject*::+1:
1636 PyUnicode_TranslateCharmap:const Py_UNICODE*:s::
1637 PyUnicode_TranslateCharmap:int:size::
1638 PyUnicode_TranslateCharmap:PyObject*:table:0:
1639 PyUnicode_TranslateCharmap:const char*:errors::
/external/python/cpython2/Objects/
Dunicodeobject.c5053 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function
5205 result = PyUnicode_TranslateCharmap(PyUnicode_AS_UNICODE(str), in PyUnicode_Translate()
7684 return PyUnicode_TranslateCharmap(self->str, in unicode_translate()
/external/python/cpython2/Doc/c-api/
Dunicode.rst913 .. c:function:: PyObject* PyUnicode_TranslateCharmap(const Py_UNICODE *s, Py_ssize_t size, PyObject…