Searched refs:_Py_EncodeLocaleEx (Results 1 – 3 of 3) sorted by relevance
51 PyAPI_FUNC(int) _Py_EncodeLocaleEx(
722 _Py_EncodeLocaleEx(const wchar_t *text, char **str, in _Py_EncodeLocaleEx() function
3409 int res = _Py_EncodeLocaleEx(wstr, &str, &error_pos, &reason, in unicode_encode_locale()