Searched refs:_PyUnicode_EncodeUTF32 (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 772 return codec_tuple(_PyUnicode_EncodeUTF32(str, errors, byteorder), in _codecs_utf_32_encode_impl() 788 return codec_tuple(_PyUnicode_EncodeUTF32(str, errors, -1), in _codecs_utf_32_le_encode_impl() 804 return codec_tuple(_PyUnicode_EncodeUTF32(str, errors, +1), in _codecs_utf_32_be_encode_impl()
|
D | _tkinter.c | 1024 encoded = _PyUnicode_EncodeUTF32(value, in AsObj()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 734 return _PyUnicode_EncodeUTF32(text, in utf32be_encode() 741 return _PyUnicode_EncodeUTF32(text, in utf32le_encode() 756 return _PyUnicode_EncodeUTF32(text, in utf32_encode()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 878 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 878 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 878 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 878 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 878 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3859 return _PyUnicode_EncodeUTF32(unicode, errors, 0); in PyUnicode_AsEncodedString() 5802 _PyUnicode_EncodeUTF32(PyObject *str, in _PyUnicode_EncodeUTF32() function 5953 return _PyUnicode_EncodeUTF32(unicode, NULL, 0); in PyUnicode_AsUTF32String()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1272 …<elf-symbol name='_PyUnicode_EncodeUTF32' type='func-type' binding='global-binding' visibility='de… 10604 …_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' l…
|