Searched refs:_Py_GetLocaleconvNumeric (Results 1 – 4 of 4) sorted by relevance
46 PyAPI_FUNC(int) _Py_GetLocaleconvNumeric(
309 if (_Py_GetLocaleconvNumeric(lc, &decimal_point, &thousands_sep) < 0) { in _locale_localeconv_impl()
705 if (_Py_GetLocaleconvNumeric(lc, in get_locale_info()
2277 _Py_GetLocaleconvNumeric(struct lconv *lc, in _Py_GetLocaleconvNumeric() function