Home
last modified time | relevance | path

Searched refs:PyUnicode_TransformDecimalToASCII (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dunicodeobject.h1771 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/external/python/cpython3/Modules/
D_testcapimodule.c1969 return PyUnicode_TransformDecimalToASCII(unicode, length); in unicode_transformdecimaltoascii()
/external/python/cpython3/Doc/c-api/
Dunicode.rst701 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2323 :c:func:`PyUnicode_TransformDecimalToASCII`
/external/python/cpython3/Objects/
Dunicodeobject.c9117 PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, in PyUnicode_TransformDecimalToASCII() function
/external/python/cpython3/Misc/
DHISTORY11446 - Issue #10557: Added a new API function, PyUnicode_TransformDecimalToASCII(),