Searched refs:byDecimal (Results 1 – 3 of 3) sorted by relevance
88 Scale Scale::byDecimal(StringPiece multiplicand) { in byDecimal() function in Scale
1081 static Scale byDecimal(StringPiece multiplicand);
1985 NumberFormatter::with().scale(Scale::byDecimal({"5.2", -1})), in scale()