Searched refs:_PyUnicode_AsUTF8String (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Objects/
H A Dfileobject.c389 bytes = _PyUnicode_AsUTF8String(unicode, "backslashreplace");
H A Dunicodeobject.c3524 return _PyUnicode_AsUTF8String(unicode, Py_FileSystemDefaultEncodeErrors);
3561 return _PyUnicode_AsUTF8String(unicode, errors);
3577 return _PyUnicode_AsUTF8String(unicode, errors);
3985 bytes = _PyUnicode_AsUTF8String(unicode, NULL);
5150 _PyUnicode_AsUTF8String(PyObject *unicode, const char *errors) function
5196 v = _PyUnicode_AsUTF8String(unicode, errors);
5204 return _PyUnicode_AsUTF8String(unicode, NULL);
/external/python/cpython3/Include/
H A Dunicodeobject.h1312 PyAPI_FUNC(PyObject*) _PyUnicode_AsUTF8String(
/external/python/cpython3/Python/
H A Dfileutils.c436 bytes = _PyUnicode_AsUTF8String(unicode, "surrogateescape");
/external/python/cpython3/Modules/_io/
H A Dtextio.c759 return _PyUnicode_AsUTF8String(text, PyBytes_AS_STRING(self->errors));

Completed in 158 milliseconds