Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h757 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLocale(
/third_party/python/Modules/
Dreadline.c149 return PyUnicode_EncodeLocale(b, "surrogateescape"); in encode()
Dtimemodule.c785 format = PyUnicode_EncodeLocale(format_arg, "surrogateescape");
/third_party/python/Doc/data/
Dstable_abi.dat728 function,PyUnicode_EncodeLocale,3.7,
Drefcounts.dat2827 PyUnicode_EncodeLocale:PyObject*::+1:
2828 PyUnicode_EncodeLocale:PyObject*:unicode:0:
2829 PyUnicode_EncodeLocale:const char*:errors::
/third_party/python/PC/
Dpython3dll.c653 EXPORT_FUNC(PyUnicode_EncodeLocale)
/third_party/python/Doc/c-api/
Dsys.rst200 :c:func:`PyUnicode_EncodeLocale` functions.
Dunicode.rst812 .. c:function:: PyObject* PyUnicode_EncodeLocale(PyObject *unicode, const char *errors)
928 to the current locale encoding, use :c:func:`PyUnicode_EncodeLocale`.
/third_party/python/Misc/
Dstable_abi.txt1916 function PyUnicode_EncodeLocale
DHISTORY10527 and PyUnicode_EncodeLocale() functions to the C API to decode/encode from/to
/third_party/python/Doc/whatsnew/
D3.7.rst1735 :c:func:`PyUnicode_DecodeLocaleAndSize` and :c:func:`PyUnicode_EncodeLocale`
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8788 Fix memory leak in :c:func:`PyUnicode_EncodeLocale` and
/third_party/python/Objects/
Dunicodeobject.c3849 PyUnicode_EncodeLocale(PyObject *unicode, const char *errors) in PyUnicode_EncodeLocale() function