Home
last modified time | relevance | path

Searched refs:_locale_dgettext_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
D_localemodule.c.h271 _locale_dgettext_impl(PyObject *module, const char *domain, const char *in);
314 return_value = _locale_dgettext_impl(module, domain, in); in _locale_dgettext()
/third_party/python/Modules/
D_localemodule.c659 _locale_dgettext_impl(PyObject *module, const char *domain, const char *in) in _locale_dgettext_impl() function