Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h53 Py_ssize_t thousands_sep_len) in fill() argument
60 *buffer_end -= thousands_sep_len; in fill()
66 for (i = 0; i < thousands_sep_len; ++i) in fill()
70 memcpy(*buffer_end, thousands_sep, thousands_sep_len); in fill()
131 Py_ssize_t thousands_sep_len = strlen(thousands_sep); in _Py_InsertThousandsGrouping() local
152 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _Py_InsertThousandsGrouping()
157 use_separator ? thousands_sep : NULL, thousands_sep_len); in _Py_InsertThousandsGrouping()
170 min_width -= thousands_sep_len; in _Py_InsertThousandsGrouping()
180 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _Py_InsertThousandsGrouping()
184 use_separator ? thousands_sep : NULL, thousands_sep_len); in _Py_InsertThousandsGrouping()