Lines Matching refs:get_locale_state
49 get_locale_state(PyObject *m)
118 PyErr_SetString(get_locale_state(module)->Error,
129 PyErr_SetString(get_locale_state(module)->Error,
140 PyErr_SetString(get_locale_state(module)->Error,
724 PyErr_SetString(get_locale_state(module)->Error,
844 _locale_state *state = get_locale_state(module);
849 Py_INCREF(get_locale_state(module)->Error);
850 if (PyModule_AddObject(module, "Error", get_locale_state(module)->Error) < 0) {
851 Py_DECREF(get_locale_state(module)->Error);
881 _locale_state *state = get_locale_state(module);
889 _locale_state *state = get_locale_state(module);