Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeLocale (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/PC/
Dpython3.def678 PyUnicode_EncodeLocale=python37.PyUnicode_EncodeLocale
/external/python/cpython3/Modules/
Dreadline.c135 return PyUnicode_EncodeLocale(b, "surrogateescape"); in encode()
Dtimemodule.c761 format = PyUnicode_EncodeLocale(format_arg, "surrogateescape"); in time_strftime()
/external/python/cpython3/Doc/c-api/
Dsys.rst178 :c:func:`PyUnicode_EncodeLocale` functions.
Dunicode.rst797 .. c:function:: PyObject* PyUnicode_EncodeLocale(PyObject *unicode, const char *errors)
914 to the current locale encoding, use :c:func:`PyUnicode_EncodeLocale`.
/external/python/cpython3/Include/
Dunicodeobject.h1809 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLocale(
/external/python/cpython3/Doc/data/
Drefcounts.dat2809 PyUnicode_EncodeLocale:PyObject*::+1:
2810 PyUnicode_EncodeLocale:PyObject*:unicode:0:
2811 PyUnicode_EncodeLocale:const char*:errors::
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst1000 Fix memory leak in :c:func:`PyUnicode_EncodeLocale` and
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1727 :c:func:`PyUnicode_DecodeLocaleAndSize` and :c:func:`PyUnicode_EncodeLocale`
/external/python/cpython3/Objects/
Dunicodeobject.c3438 PyUnicode_EncodeLocale(PyObject *unicode, const char *errors) in PyUnicode_EncodeLocale() function
/external/python/cpython3/Misc/
DHISTORY10527 and PyUnicode_EncodeLocale() functions to the C API to decode/encode from/to