Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c755 utf32be_encode(textio *self, PyObject *text) in utf32be_encode() function
776 return utf32be_encode(self, text); in utf32_encode()
816 {"utf-32-be", (encodefunc_t) utf32be_encode},