Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeMBCSStateful (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h1087 PyAPI_FUNC(PyObject*) PyUnicode_DecodeMBCSStateful(
/external/python/cpython2/Modules/
D_codecsmodule.c589 decoded = PyUnicode_DecodeMBCSStateful(pbuf.buf, pbuf.len, errors, in mbcs_decode()
/external/python/cpython2/Doc/c-api/
Dunicode.rst950 .. c:function:: PyObject* PyUnicode_DecodeMBCSStateful(const char *s, int size, const char *errors,…
953 *consumed* is not *NULL*, :c:func:`PyUnicode_DecodeMBCSStateful` will not decode
/external/python/cpython2/Objects/
Dunicodeobject.c3977 PyObject *PyUnicode_DecodeMBCSStateful(const char *s, in PyUnicode_DecodeMBCSStateful() function
4019 return PyUnicode_DecodeMBCSStateful(s, size, errors, NULL); in PyUnicode_DecodeMBCS()