Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeLocaleAndSize (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h736 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h736 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h736 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h736 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h736 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2755 PyUnicode_DecodeLocaleAndSize:PyObject*::+1:
2756 PyUnicode_DecodeLocaleAndSize:const char*:str::
2757 PyUnicode_DecodeLocaleAndSize:Py_ssize_t:len::
2758 PyUnicode_DecodeLocaleAndSize:const char*:errors::
Dstable_abi.dat733 function,PyUnicode_DecodeLocaleAndSize,3.7,,
Dpython3.11.abi794 …<elf-symbol name='PyUnicode_DecodeLocaleAndSize' type='func-type' binding='global-binding' visibil…
10764PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unic…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c651 EXPORT_FUNC(PyUnicode_DecodeLocaleAndSize)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst770 .. c:function:: PyObject* PyUnicode_DecodeLocaleAndSize(const char *str, \
802 Similar to :c:func:`PyUnicode_DecodeLocaleAndSize`, but compute the string
888 :c:func:`PyUnicode_DecodeLocaleAndSize`.
Dsys.rst158 :c:func:`PyUnicode_DecodeLocaleAndSize` functions.
/aosp_15_r20/external/python/cpython3/Modules/
Dtimemodule.c884 ret = PyUnicode_DecodeLocaleAndSize(outbuf, buflen, "surrogateescape");
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1998 [function.PyUnicode_DecodeLocaleAndSize]
DHISTORY10526 - Issue #13560: Add PyUnicode_DecodeLocale(), PyUnicode_DecodeLocaleAndSize()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1735 :c:func:`PyUnicode_DecodeLocaleAndSize` and :c:func:`PyUnicode_EncodeLocale`
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c4000 PyUnicode_DecodeLocaleAndSize(const char *str, Py_ssize_t len, in PyUnicode_DecodeLocaleAndSize() function