Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c15993 encode_wstr_utf8(wchar_t *wstr, char **str, const char *name) in encode_wstr_utf8() function
16013 if (encode_wstr_utf8(*config_encoding, &encoding, "stdio_encoding") < 0) { in config_get_codec_name()
16082 if (encode_wstr_utf8(config->filesystem_encoding, in init_fs_codec()
16088 if (encode_wstr_utf8(config->filesystem_errors, in init_fs_codec()