Home
last modified time | relevance | path

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

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