Searched refs:RemoveSeparator (Results 1 – 2 of 2) sorted by relevance
148 const bool RemoveSeparator = DigitsPerGroup < 0 || DigitCount < MinDigits; in process() local149 if (RemoveSeparator && SeparatorCount == 0) in process()151 if (!RemoveSeparator && SeparatorCount > 0 && in process()156 format(Text, DigitsPerGroup, DigitCount, RemoveSeparator); in process()190 bool RemoveSeparator) const { in format()195 if (RemoveSeparator) { in format()
31 int DigitCount, bool RemoveSeparator) const;