Home
last modified time | relevance | path

Searched refs:actualFractionDigits (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp994 int64_t actualFractionDigits = FixedDecimal::getFractionalDigits(tc.n, numFractionDigits); in testFixedDecimal() local
995 if (actualFractionDigits != tc.fractionDigits) { in testFixedDecimal()
997 … __FILE__, __LINE__, tc.n, numFractionDigits, tc.fractionDigits, actualFractionDigits); in testFixedDecimal()