Searched refs:PyUnicode_EncodeMBCS (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h1098 PyAPI_FUNC(PyObject*) PyUnicode_EncodeMBCS(
/external/python/cpython2/Modules/
H A D_codecsmodule.c1001 v = codec_tuple(PyUnicode_EncodeMBCS(
/external/python/cpython3/Include/
H A Dunicodeobject.h1714 PyAPI_FUNC(PyObject*) PyUnicode_EncodeMBCS(
/external/python/cpython2/Objects/
H A Dunicodeobject.c4069 PyObject *PyUnicode_EncodeMBCS(const Py_UNICODE *p, function
4106 return PyUnicode_EncodeMBCS(PyUnicode_AS_UNICODE(unicode),
/external/python/cpython3/Objects/
H A Dunicodeobject.c7752 PyUnicode_EncodeMBCS(const Py_UNICODE *p, function

Completed in 255 milliseconds