Searched refs:DecimalMinDigits (Results 1 – 3 of 3) sorted by relevance
77 const auto DecimalMinDigits = in process() local78 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process()141 auto MinDigits = DecimalMinDigits; in process()
390 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()2035 Style.IntegerLiteralSeparator.DecimalMinDigits = 5; in getClangFormatStyle()
3153 int8_t DecimalMinDigits; member3172 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&