Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h25 extern int _PyUnicode_EnableLegacyWindowsFSEncoding(void);
/external/python/cpython3/Python/
Dsysmodule.c1565 if (_PyUnicode_EnableLegacyWindowsFSEncoding() < 0) { in sys__enablelegacywindowsfsencoding_impl()
/external/python/cpython3/Objects/
Dunicodeobject.c16171 _PyUnicode_EnableLegacyWindowsFSEncoding(void) in _PyUnicode_EnableLegacyWindowsFSEncoding() function