Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h27 extern int _PyUnicode_EnableLegacyWindowsFSEncoding(void);
/third_party/python/Python/
Dsysmodule.c1546 if (_PyUnicode_EnableLegacyWindowsFSEncoding() < 0) { in sys__enablelegacywindowsfsencoding_impl()
/third_party/python/Objects/
Dunicodeobject.c16057 _PyUnicode_EnableLegacyWindowsFSEncoding(void) in _PyUnicode_EnableLegacyWindowsFSEncoding() function