Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dlocaleutil.h116 int use_separator = 0; /* First time through, don't append the in STRINGLIB() local
143 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in STRINGLIB()
148 use_separator ? thousands_sep : NULL, thousands_sep_len); in STRINGLIB()
152 use_separator = 1; in STRINGLIB()
171 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in STRINGLIB()
175 use_separator ? thousands_sep : NULL, thousands_sep_len); in STRINGLIB()
/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h124 int use_separator = 0; /* First time through, don't append the 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()
161 use_separator = 1; 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()