Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h180 # define PyUnicode_EncodeDecimal PyUnicodeUCS2_EncodeDecimal macro
267 # define PyUnicode_EncodeDecimal PyUnicodeUCS4_EncodeDecimal macro
1130 PyAPI_FUNC(int) PyUnicode_EncodeDecimal(
/external/python/cpython2/Objects/
Dcomplexobject.c994 if (PyUnicode_EncodeDecimal(PyUnicode_AS_UNICODE(v), in complex_subtype_from_string()
Dintobject.c409 if (PyUnicode_EncodeDecimal(s, length, buffer, NULL)) { in PyInt_FromUnicode()
Dfloatobject.c197 if (PyUnicode_EncodeDecimal(PyUnicode_AS_UNICODE(v), in PyFloat_FromString()
Dlongobject.c2006 if (PyUnicode_EncodeDecimal(u, length, buffer, NULL)) { in PyLong_FromUnicode()
Dunicodeobject.c5219 int PyUnicode_EncodeDecimal(Py_UNICODE *s, in PyUnicode_EncodeDecimal() function
/external/python/cpython2/Modules/
D_testcapimodule.c1660 res = PyUnicode_EncodeDecimal(unicode, length, in unicode_encodedecimal()