Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dplurults.cpp1363 int64_t actualFractionDigits = FixedDecimal::getFractionalDigits(tc.n, numFractionDigits); in testFixedDecimal() local
1364 if (actualFractionDigits != tc.fractionDigits) { in testFixedDecimal()
1366 … __FILE__, __LINE__, tc.n, numFractionDigits, tc.fractionDigits, actualFractionDigits); in testFixedDecimal()