Searched refs:use_separator (Results 1 – 1 of 1) sorted by relevance
124 int use_separator = 0; /* First time through, don't append the in _Py_InsertThousandsGrouping() local152 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()