Searched refs:_PyUnicode_EncodeUTF16 (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 716 return codec_tuple(_PyUnicode_EncodeUTF16(str, errors, byteorder), in _codecs_utf_16_encode_impl() 732 return codec_tuple(_PyUnicode_EncodeUTF16(str, errors, -1), in _codecs_utf_16_le_encode_impl() 748 return codec_tuple(_PyUnicode_EncodeUTF16(str, errors, +1), in _codecs_utf_16_be_encode_impl()
|
D | _tkinter.c | 1021 encoded = _PyUnicode_EncodeUTF16(value, in AsObj()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 705 return _PyUnicode_EncodeUTF16(text, in utf16be_encode() 712 return _PyUnicode_EncodeUTF16(text, in utf16le_encode() 727 return _PyUnicode_EncodeUTF16(text, in utf16_encode()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 900 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 900 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 900 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 900 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 900 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3856 return _PyUnicode_EncodeUTF16(unicode, errors, 0); in PyUnicode_AsEncodedString() 6123 _PyUnicode_EncodeUTF16(PyObject *str, in _PyUnicode_EncodeUTF16() function 6293 return _PyUnicode_EncodeUTF16(unicode, NULL, 0); in PyUnicode_AsUTF16String()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1271 …<elf-symbol name='_PyUnicode_EncodeUTF16' type='func-type' binding='global-binding' visibility='de… 10579 …_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' l…
|