Home
last modified time | relevance | path

Searched defs:thousands_sep (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h52 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
Dformatter.h373 char *thousands_sep; member
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCNumeric.java17 String thousands_sep; field in POSIX_LCNumeric
/external/python/cpython3/Objects/stringlib/
Dlocaleutil.h49 PyObject *thousands_sep, Py_ssize_t thousands_sep_len, in InsertThousandsGrouping_fill()
/external/python/cpython3/Modules/
D_localemodule.c263 PyObject *decimal_point, *thousands_sep; in PyLocale_localeconv() local
/external/python/cpython3/Python/
Dformatter_unicode.c397 PyObject *thousands_sep; member
Dfileutils.c1792 _Py_GetLocaleconvNumeric(PyObject **decimal_point, PyObject **thousands_sep, in _Py_GetLocaleconvNumeric()
/external/python/cpython3/Objects/
Dunicodeobject.c9362 PyObject *thousands_sep, in _PyUnicode_InsertThousandsGrouping()