Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_localemodule.c.h137 _locale_strxfrm_impl(PyObject *module, PyObject *str);
153 return_value = _locale_strxfrm_impl(module, str); in _locale_strxfrm()
/third_party/python/Modules/
D_localemodule.c391 _locale_strxfrm_impl(PyObject *module, PyObject *str) in _locale_strxfrm_impl() function