Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c725 utf16be_encode(textio *self, PyObject *text) in utf16be_encode() function
746 return utf16be_encode(self, text); in utf16_encode()
815 {"utf-16-be", (encodefunc_t) utf16be_encode},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c703 utf16be_encode(textio *self, PyObject *text) in utf16be_encode() function
722 return utf16be_encode(self, text); in utf16_encode()
792 {"utf-16-be", (encodefunc_t) utf16be_encode},