Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectPat

1607     expectPat(f, "#,##,###");
1613 expectPat(f, "#,####,###");
2050 expectPat(fmt, "*^AA#,##0.00ZZ");
2053 expectPat(fmt, "AA#,##0.00*^ZZ");
2056 expectPat(fmt, "AA#,##0.00ZZ*^");
2062 expectPat(fmt, exp);
2066 expectPat(fmt, "AA*^##,##0.00ZZ");
2070 expectPat(fmt, "AA*^###,##0.00ZZ");
2074 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
2078 expectPat(fmt, "AA*^#,###,##0.00ZZ");
3059 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) {