Searched refs:DigitsPerGroup (Results 1 – 2 of 2) sorted by relevance
137 auto DigitsPerGroup = Decimal; in process() local140 DigitsPerGroup = Binary; in process()143 DigitsPerGroup = Hex; in process()152 checkSeparator(Text, DigitsPerGroup)) { in process()168 const StringRef IntegerLiteral, int DigitsPerGroup) const { in checkSeparator()169 assert(DigitsPerGroup > 0); in checkSeparator()174 if (I < DigitsPerGroup) in checkSeparator()178 if (I == DigitsPerGroup) in checkSeparator()191 assert(DigitsPerGroup != 0); in format()202 int Remainder = DigitCount % DigitsPerGroup; in format()[all …]
29 bool checkSeparator(const StringRef IntegerLiteral, int DigitsPerGroup) const;30 std::string format(const StringRef IntegerLiteral, int DigitsPerGroup,