Home
last modified time | relevance | path

Searched defs:PyUnicode_AsASCIIString (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h148 # define PyUnicode_AsASCIIString PyUnicodeUCS2_AsASCIIString macro
235 # define PyUnicode_AsASCIIString PyUnicodeUCS4_AsASCIIString macro
/external/python/cpython2/Objects/
Dunicodeobject.c3889 PyObject *PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/external/python/cpython3/Objects/
Dunicodeobject.c7280 PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function