Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h983 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/external/python/cpython3/Doc/data/
Drefcounts.dat2422 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2423 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2424 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
Dpython3.10.abi834 …<elf-symbol name='PyUnicode_TransformDecimalToASCII' type='func-type' binding='global-binding' vis…
11112PyUnicode_TransformDecimalToASCII' mangled-name='PyUnicode_TransformDecimalToASCII' filepath='Obje…
/external/python/cpython3/Doc/c-api/
Dunicode.rst722 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
/external/python/cpython3/Modules/
D_testcapimodule.c2212 return PyUnicode_TransformDecimalToASCII(unicode, length); in unicode_transformdecimaltoascii()
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2323 :c:func:`PyUnicode_TransformDecimalToASCII`
/external/python/cpython3/Objects/
Dunicodeobject.c9593 PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, in PyUnicode_TransformDecimalToASCII() function
/external/python/cpython3/Misc/
DHISTORY11446 - Issue #10557: Added a new API function, PyUnicode_TransformDecimalToASCII(),