Searched refs:_Py_EncodeLocaleEx (Results 1 – 4 of 4) sorted by relevance
27 PyAPI_FUNC(int) _Py_EncodeLocaleEx(
863 _Py_EncodeLocaleEx(const wchar_t *text, char **str, in _Py_EncodeLocaleEx() function
5264 int ret = _Py_EncodeLocaleEx(wstr, in encode_locale_ex()
3817 int res = _Py_EncodeLocaleEx(wstr, &str, &error_pos, &reason, in unicode_encode_locale()