Searched refs:Py_EncodeLocale (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Include/ |
D | fileutils.h | 12 PyAPI_FUNC(char*) Py_EncodeLocale(
|
/third_party/python/Doc/c-api/ |
D | sys.rst | 152 Use the :c:func:`Py_EncodeLocale` function to encode the character string 171 .. c:function:: char* Py_EncodeLocale(const wchar_t *text, size_t *error_pos)
|
D | unicode.rst | 829 The :c:func:`Py_EncodeLocale` function. 836 :c:func:`Py_EncodeLocale` 932 The :c:func:`Py_EncodeLocale` function.
|
D | init.rst | 65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
|
/third_party/python/PC/ |
D | python3dll.c | 51 EXPORT_FUNC(Py_EncodeLocale)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 782 function,Py_EncodeLocale,3.7,
|
/third_party/python/Python/ |
D | fileutils.c | 847 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1930 function Py_EncodeLocale
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 793 On FreeBSD, Py_DecodeLocale() and Py_EncodeLocale() now also forces the 8877 Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8 encoding on
|
D | 3.5.0a1.rst | 5160 ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 2186 * :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
|
D | 3.7.rst | 1731 :c:func:`Py_DecodeLocale`, :c:func:`Py_EncodeLocale` now use the UTF-8
|