Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeCodePageStateful (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_codecsmodule.c617 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl()
637 PyObject *decoded = PyUnicode_DecodeCodePageStateful(codepage, in _codecs_code_page_decode_impl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h702 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h702 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h702 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h702 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h702 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c646 EXPORT_FUNC(PyUnicode_DecodeCodePageStateful)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat728 function,PyUnicode_DecodeCodePageStateful,3.7,on Windows,
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2045 [function.PyUnicode_DecodeCodePageStateful]
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c7673 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful() function