Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c436 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale() function
592 return decode_current_locale(arg, wstr, wlen, reason, errors); in _Py_DecodeLocaleEx()
620 return decode_current_locale(arg, wstr, wlen, reason, errors); in _Py_DecodeLocaleEx()
911 int res = decode_current_locale(encoding, &wstr, NULL, in _Py_GetLocaleEncoding()