Home | History | Annotate | Download | only in Include

Lines Matching refs:PyUnicode_AsUTF8

1146    _PyUnicode_AsString is a #define for PyUnicode_AsUTF8 to
1161 PyAPI_FUNC(char *) PyUnicode_AsUTF8(PyObject *unicode);
1162 #define _PyUnicode_AsString PyUnicode_AsUTF8