Home
last modified time | relevance | path

Searched defs:DoubleTestCase (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp927 struct DoubleTestCase { in testDoubleValue() struct
928 const double inputNum; in testDoubleValue()
929 const double expVal; in testDoubleValue()
971 struct DoubleTestCase { in testLongValue() struct
972 const double inputNum; in testLongValue()
973 const int64_t expVal; in testLongValue()
1424 struct DoubleTestCase { in testFixedDecimal() struct
1425 double n; in testFixedDecimal()
1426 int32_t fractionDigitCount; in testFixedDecimal()
1427 int64_t fractionDigits; in testFixedDecimal()