Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h1764 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/external/python/cpython3/Doc/data/
Drefcounts.dat2401 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2402 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2403 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/external/python/cpython3/Modules/
D_testcapimodule.c1987 return PyUnicode_TransformDecimalToASCII(unicode, length); in unicode_transformdecimaltoascii()
/external/python/cpython3/Doc/c-api/
Dunicode.rst704 .. 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.c9125 PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, in PyUnicode_TransformDecimalToASCII() function
/external/python/cpython3/Misc/
DHISTORY11446 - Issue #10557: Added a new API function, PyUnicode_TransformDecimalToASCII(),