Lines Matching refs:expect2

1314     expect2(f, (int32_t)123456789L, "12,34,56,789");  in TestSecondaryGrouping()
1320 expect2(f, (int32_t)123456789L, "12,3456,789"); in TestSecondaryGrouping()
1426 expect2(fmt1, n, "1.234E3"); in TestExponent()
1427 expect2(fmt2, n, "1.234E+3"); in TestExponent()
1491 expect2(NumberFormat::createScientificInstance(status), in TestScientific()
1496 expect2(new DecimalFormat("#E0", US, status), in TestScientific()
1502 expect2(NumberFormat::createScientificInstance(Locale::getUS(), status), in TestScientific()
1511 expect2(new DecimalFormat("##0.####E0", US, status), in TestScientific()
1514 expect2(NumberFormat::createScientificInstance(Locale::getFrance(), status), in TestScientific()
1520 expect2(new DecimalFormat("##0.####E0", US, status), in TestScientific()
1526 expect2(new DecimalFormat(".###E0", US, status), in TestScientific()
1550 expect2(new DecimalFormat("#E0", US, status), in TestScientific()
1552 expect2(new DecimalFormat("##E0", US, status), in TestScientific()
1554 expect2(new DecimalFormat("####E0", US, status), in TestScientific()
1578 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1580 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1582 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1584 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1586 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1588 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1590 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1592 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1594 expect2(new DecimalFormat("###E0", US, status), in TestScientific()
1605 expect2(new DecimalFormat("0.#E+00", US, status), in TestScientific()
1607 expect2(new DecimalFormat("0.#E+00", US, status), in TestScientific()
1619 expect2(new DecimalFormat("*^##.##", US, status), in TestPad()
1621 expect2(new DecimalFormat("*^##.##", US, status), in TestPad()
1623 expect2(new DecimalFormat("##0.0####E0*_ 'g-m/s^2'", US, status), in TestPad()
1627 expect2(new DecimalFormat("##0.0####*_ 'g-m/s^2'", US, status), in TestPad()
1634 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1636 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1638 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1640 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1642 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1644 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1646 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1648 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1651 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1653 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1655 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1657 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1659 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1661 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1663 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1665 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1671 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1673 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1675 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1677 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1679 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1681 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1683 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1685 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1688 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1690 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1692 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1694 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1696 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1698 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1700 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1702 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1805 expect2(new DecimalFormat(patternStr, custom, status), in TestSurrogateSupport()
1809 expect2(new DecimalFormat("*^##.##", custom, status), in TestSurrogateSupport()
1812 expect2(new DecimalFormat("##.##", custom, status), in TestSurrogateSupport()
1815 expect2(new DecimalFormat("##0.0####E0 'g-m/s^2'", custom, status), in TestSurrogateSupport()
1821 expect2(new DecimalFormat("##0.0#### 'g-m/s^2'", custom, status), in TestSurrogateSupport()
1838 expect2(new DecimalFormat("##0.000", custom, status), in TestSurrogateSupport()
1848 expect2(new DecimalFormat(patternStr, custom, status), in TestSurrogateSupport()
1856 expect2(new DecimalFormat(patternStr, custom, status), in TestSurrogateSupport()
2659 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2665 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
2671 expect2(*fmt, n, exp); in expect2()
3385 expect2(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems()
3567 expect2(*df, 1.23, u"\u00A41.23"); in TestMismatchedCurrencyFormatFail()
3569 expect2(*df, 1.23, u"\u20AC1.23"); in TestMismatchedCurrencyFormatFail()
7504 expect2(fmt, (Formattable)((double)1234.56), numstr); in TestCustomCurrencySignAndSeparator()
8671 expect2(df, 100, u"50"); // round-trip test in TestMultiplierWithScale()
8833 expect2(df, -456, u"456.00a∸"); in Test11839()
8834 expect2(df, 456, u"456.00b∔"); in Test11839()
9126 expect2(*df, 1.5, u"1.50 US dollars"); in Test13777_ParseLongNameNonCurrencyMode()