Searched refs:PyUnicode_EncodeLocale (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Include/
H A Dunicodeobject.h1816 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLocale(
/external/python/cpython3/Modules/
H A Dreadline.c136 return PyUnicode_EncodeLocale(b, "surrogateescape");
H A Dtimemodule.c616 format = PyUnicode_EncodeLocale(format_arg, "surrogateescape");
/external/python/cpython3/Objects/
H A Dunicodeobject.c3411 PyUnicode_EncodeLocale(PyObject *unicode, const char *errors) function
3542 return PyUnicode_EncodeLocale(unicode, Py_FileSystemDefaultEncodeErrors);

Completed in 136 milliseconds