Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dcodecs.h761 STRINGLIB(utf32_encode)(const STRINGLIB_CHAR *in, in STRINGLIB() argument
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c773 utf32_encode(textio *self, PyObject *text) in utf32_encode() function
820 {"utf-32", (encodefunc_t) utf32_encode},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c746 utf32_encode(textio *self, PyObject *text) in utf32_encode() function
797 {"utf-32", (encodefunc_t) utf32_encode},