Searched refs:_Py_GetLocaleEncodingObject (Results 1 – 4 of 4) sorted by relevance
54 PyAPI_FUNC(PyObject*) _Py_GetLocaleEncodingObject(void);
785 return _Py_GetLocaleEncodingObject(); in _locale__get_locale_encoding_impl()
94 return _Py_GetLocaleEncodingObject(); in _Py_device_encoding()924 _Py_GetLocaleEncodingObject(void) in _Py_GetLocaleEncodingObject() function
1171 self->encoding = _Py_GetLocaleEncodingObject(); in _io_TextIOWrapper___init___impl()