Searched refs:use_separator (Results 1 – 2 of 2) 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()
9390 int use_separator = 0; /* First time through, don't append the in _PyUnicode_InsertThousandsGrouping() local9431 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()9437 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()9441 use_separator = 1; in _PyUnicode_InsertThousandsGrouping()9460 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()9466 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()