Home
last modified time | relevance | path

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

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