Searched refs:PyUnicode_EncodeDecimal (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Include/ |
D | unicodeobject.h | 180 # define PyUnicode_EncodeDecimal PyUnicodeUCS2_EncodeDecimal macro 267 # define PyUnicode_EncodeDecimal PyUnicodeUCS4_EncodeDecimal macro 1130 PyAPI_FUNC(int) PyUnicode_EncodeDecimal(
|
/external/python/cpython3/Doc/c-api/ |
D | long.rst | 102 string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal` 114 :c:func:`PyUnicode_EncodeDecimal` and then converted using
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 1751 PyAPI_FUNC(int) PyUnicode_EncodeDecimal(
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 994 if (PyUnicode_EncodeDecimal(PyUnicode_AS_UNICODE(v), in complex_subtype_from_string()
|
D | intobject.c | 412 if (PyUnicode_EncodeDecimal(s, length, buffer, NULL)) { in PyInt_FromUnicode()
|
D | floatobject.c | 196 if (PyUnicode_EncodeDecimal(PyUnicode_AS_UNICODE(v), in PyFloat_FromString()
|
D | longobject.c | 2006 if (PyUnicode_EncodeDecimal(u, length, buffer, NULL)) { in PyLong_FromUnicode()
|
D | unicodeobject.c | 5219 int PyUnicode_EncodeDecimal(Py_UNICODE *s, in PyUnicode_EncodeDecimal() function
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1755 res = PyUnicode_EncodeDecimal(unicode, length, in unicode_encodedecimal()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 1963 res = PyUnicode_EncodeDecimal(unicode, length, in unicode_encodedecimal()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2322 * :c:func:`PyUnicode_EncodeDecimal`,
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9166 PyUnicode_EncodeDecimal(Py_UNICODE *s, in PyUnicode_EncodeDecimal() function
|
/external/python/cpython3/Misc/ |
D | HISTORY | 10522 - Issue #13452: PyUnicode_EncodeDecimal() doesn't support error handlers
|