Searched refs:PyUnicode_DecodeMBCS (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/ |
D | unicodeobject.h | 692 PyAPI_FUNC(PyObject*) PyUnicode_DecodeMBCS(
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2631 PyUnicode_DecodeMBCS:PyObject*::+1: 2632 PyUnicode_DecodeMBCS:const char*:s:: 2633 PyUnicode_DecodeMBCS:Py_ssize_t:size:: 2634 PyUnicode_DecodeMBCS:const char*:errors::
|
D | stable_abi.dat | 714 function,PyUnicode_DecodeMBCS,3.7,on Windows
|
/third_party/python/PC/ |
D | python3dll.c | 639 EXPORT_FUNC(PyUnicode_DecodeMBCS)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1970 function PyUnicode_DecodeMBCS
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 1533 .. c:function:: PyObject* PyUnicode_DecodeMBCS(const char *s, Py_ssize_t size, const char *errors) 1542 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeMBCS`. If
|
/third_party/python/Modules/ |
D | socketmodule.c | 5508 return PyUnicode_DecodeMBCS(name, strlen(name), "surrogatepass");
|
/third_party/python/Objects/ |
D | unicodeobject.c | 3650 return PyUnicode_DecodeMBCS(s, size, errors); in PyUnicode_Decode() 7847 PyUnicode_DecodeMBCS(const char *s, in PyUnicode_DecodeMBCS() function
|