Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c733 utf16le_encode(textio *self, PyObject *text) in utf16le_encode() function
748 return utf16le_encode(self, text); in utf16_encode()
816 {"utf-16-le", (encodefunc_t) utf16le_encode},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c710 utf16le_encode(textio *self, PyObject *text) in utf16le_encode() function
724 return utf16le_encode(self, text); in utf16_encode()
793 {"utf-16-le", (encodefunc_t) utf16le_encode},