Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeDecimal (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dunicodeobject.h969 Py_DEPRECATED(3.3) PyAPI_FUNC(int) PyUnicode_EncodeDecimal(
/third_party/python/Modules/
D_testcapimodule.c2188 res = PyUnicode_EncodeDecimal(unicode, length, in unicode_encodedecimal()
/third_party/python/Doc/whatsnew/
D3.3.rst2322 * :c:func:`PyUnicode_EncodeDecimal`,
/third_party/python/Objects/
Dunicodeobject.c9634 PyUnicode_EncodeDecimal(Py_UNICODE *s, in PyUnicode_EncodeDecimal() function
/third_party/python/Misc/
DHISTORY10522 - Issue #13452: PyUnicode_EncodeDecimal() doesn't support error handlers