Searched refs:PyUnicode_TranslateCharmap (Results 1 – 4 of 4) sorted by relevance
213 # define PyUnicode_TranslateCharmap PyUnicodeUCS2_TranslateCharmap macro300 # define PyUnicode_TranslateCharmap PyUnicodeUCS4_TranslateCharmap macro1070 PyAPI_FUNC(PyObject *) PyUnicode_TranslateCharmap(
5046 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function5198 result = PyUnicode_TranslateCharmap(PyUnicode_AS_UNICODE(str), in PyUnicode_Translate()7671 return PyUnicode_TranslateCharmap(self->str, in unicode_translate()
4953 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function5104 result = PyUnicode_TranslateCharmap(PyUnicode_AS_UNICODE(str), in PyUnicode_Translate()7563 return PyUnicode_TranslateCharmap(self->str, in unicode_translate()