Home
last modified time | relevance | path

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

/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},
/external/python/cpython3/Modules/_io/
Dtextio.c712 utf16be_encode(textio *self, PyObject *text) in utf16be_encode() function
731 return utf16be_encode(self, text); in utf16_encode()
801 {"utf-16-be", (encodefunc_t) utf16be_encode},