Searched refs:SeparatorCount (Results 1 – 1 of 1) sorted by relevance
146 const auto SeparatorCount = Text.count(Separator); in process() local147 const int DigitCount = Length - SeparatorCount; in process()149 if (RemoveSeparator && SeparatorCount == 0) in process()151 if (!RemoveSeparator && SeparatorCount > 0 && in process()