Searched refs:PyUnicode_AsLatin1String (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h152 # define PyUnicode_AsLatin1String PyUnicodeUCS2_AsLatin1String macro
239 # define PyUnicode_AsLatin1String PyUnicodeUCS4_AsLatin1String macro
981 PyAPI_FUNC(PyObject*) PyUnicode_AsLatin1String(
/external/python/cpython3/Include/
H A Dunicodeobject.h1564 PyAPI_FUNC(PyObject*) PyUnicode_AsLatin1String(
/external/python/cpython2/Objects/
H A Dunicodeobject.c1364 return PyUnicode_AsLatin1String(unicode);
3810 PyObject *PyUnicode_AsLatin1String(PyObject *unicode) function
/external/python/cpython3/Objects/
H A Dunicodeobject.c6918 PyUnicode_AsLatin1String(PyObject *unicode) function

Completed in 83 milliseconds