Home
last modified time | relevance | path

Searched defs:utf16_encode (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/stringlib/
Dcodecs.h616 STRINGLIB(utf16_encode)(const STRINGLIB_CHAR *in, in STRINGLIB() argument
/third_party/python/Modules/_io/
Dtextio.c726 utf16_encode(textio *self, PyObject *text) in utf16_encode() function