Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_fileutils.h54 PyAPI_FUNC(PyObject*) _Py_GetLocaleEncodingObject(void);
/third_party/python/Modules/
D_localemodule.c785 return _Py_GetLocaleEncodingObject(); in _locale__get_locale_encoding_impl()
/third_party/python/Python/
Dfileutils.c94 return _Py_GetLocaleEncodingObject(); in _Py_device_encoding()
924 _Py_GetLocaleEncodingObject(void) in _Py_GetLocaleEncodingObject() function
/third_party/python/Modules/_io/
Dtextio.c1171 self->encoding = _Py_GetLocaleEncodingObject(); in _io_TextIOWrapper___init___impl()