Lines Matching refs:expectPat
1315 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
1321 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
1760 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2()
1763 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2()
1766 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2()
1772 expectPat(fmt, exp); in TestPatterns2()
1776 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2()
1780 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2()
1784 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2()
1788 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2()
2840 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { in expectPat() function in NumberFormatTest