Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c9859 int use_separator = 0; /* First time through, don't append the in _PyUnicode_InsertThousandsGrouping() local
9900 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9906 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()
9910 use_separator = 1; in _PyUnicode_InsertThousandsGrouping()
9929 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9935 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()