Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h983 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/third_party/python/Doc/data/
Drefcounts.dat2422 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2423 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2424 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/third_party/python/Doc/c-api/
Dunicode.rst722 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
/third_party/python/Modules/
D_testcapimodule.c2212 return PyUnicode_TransformDecimalToASCII(unicode, length); in unicode_transformdecimaltoascii()
/third_party/python/Doc/whatsnew/
D3.3.rst2323 :c:func:`PyUnicode_TransformDecimalToASCII`
/third_party/python/Objects/
Dunicodeobject.c9593 PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, in PyUnicode_TransformDecimalToASCII() function
/third_party/python/Misc/
DHISTORY11446 - Issue #10557: Added a new API function, PyUnicode_TransformDecimalToASCII(),