Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunicollate.c175 utf8_encode (char *buf, wchar_t val) in utf8_encode() function
403 result_len += utf8_encode (NULL, result_wc[i]); in g_utf8_collate_key()
408 result_len += utf8_encode (result + result_len, result_wc[i]); in g_utf8_collate_key()
/third_party/python/Modules/_io/
Dtextio.c771 utf8_encode(textio *self, PyObject *text) in utf8_encode() function
788 || f == (encodefunc_t) utf8_encode; in is_asciicompat_encoding()
801 {"utf-8", (encodefunc_t) utf8_encode},