Home
last modified time | relevance | path

Searched defs:PyUnicode_AsCharmapString (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h149 # define PyUnicode_AsCharmapString PyUnicodeUCS2_AsCharmapString macro
236 # define PyUnicode_AsCharmapString PyUnicodeUCS4_AsCharmapString macro
/external/python/cpython2/Objects/
Dunicodeobject.c4834 PyObject *PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function