Home
last modified time | relevance | path

Searched refs:utf16_encode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dcodecs.h624 STRINGLIB(utf16_encode)(const STRINGLIB_CHAR *in, in STRINGLIB() argument
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c741 utf16_encode(textio *self, PyObject *text) in utf16_encode() function
817 {"utf-16", (encodefunc_t) utf16_encode},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c717 utf16_encode(textio *self, PyObject *text) in utf16_encode() function
794 {"utf-16", (encodefunc_t) utf16_encode},