Home
last modified time | relevance | path

Searched refs:utf32be_encode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c757 utf32be_encode(textio *self, PyObject *text) in utf32be_encode() function
778 return utf32be_encode(self, text); in utf32_encode()
818 {"utf-32-be", (encodefunc_t) utf32be_encode},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c732 utf32be_encode(textio *self, PyObject *text) in utf32be_encode() function
751 return utf32be_encode(self, text); in utf32_encode()
795 {"utf-32-be", (encodefunc_t) utf32be_encode},