Searched defs:thousands_sep (Results 1 – 8 of 8) sorted by relevance
52 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep, in fill()119 const char *thousands_sep) in _Py_InsertThousandsGrouping()207 const char *thousands_sep = locale_data->thousands_sep; in _Py_InsertThousandsGroupingLocale() local
373 char *thousands_sep; member
17 String thousands_sep; field in POSIX_LCNumeric
49 PyObject *thousands_sep, Py_ssize_t thousands_sep_len, in InsertThousandsGrouping_fill()
263 PyObject *decimal_point, *thousands_sep; in PyLocale_localeconv() local
397 PyObject *thousands_sep; member
1792 _Py_GetLocaleconvNumeric(PyObject **decimal_point, PyObject **thousands_sep, in _Py_GetLocaleconvNumeric()
9362 PyObject *thousands_sep, in _PyUnicode_InsertThousandsGrouping()