Searched refs:expectPat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.h247 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
249 void expectPat(DecimalFormat& fmt, const char *exp) { function in class:NumberFormatTest
250 expectPat(fmt, UnicodeString(exp, ""));
H A Dnumfmtst.cpp1155 expectPat(f, "#,##,###");
1161 expectPat(f, "#,####,###");
1598 expectPat(fmt, "*^AA#,##0.00ZZ");
1601 expectPat(fmt, "AA#,##0.00*^ZZ");
1604 expectPat(fmt, "AA#,##0.00ZZ*^");
1610 expectPat(fmt, exp);
1614 expectPat(fmt, "AA*^##,##0.00ZZ");
1618 expectPat(fmt, "AA*^###,##0.00ZZ");
1622 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1626 expectPat(fm
2582 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { function in class:NumberFormatTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h263 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
265 void expectPat(DecimalFormat& fmt, const char *exp) { function in class:NumberFormatTest
266 expectPat(fmt, UnicodeString(exp, ""));
H A Dnumfmtst.cpp1159 expectPat(f, "#,##,###");
1165 expectPat(f, "#,####,###");
1602 expectPat(fmt, "*^AA#,##0.00ZZ");
1605 expectPat(fmt, "AA#,##0.00*^ZZ");
1608 expectPat(fmt, "AA#,##0.00ZZ*^");
1614 expectPat(fmt, exp);
1618 expectPat(fmt, "AA*^##,##0.00ZZ");
1622 expectPat(fmt, "AA*^###,##0.00ZZ");
1626 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1630 expectPat(fm
2605 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { function in class:NumberFormatTest
[all...]

Completed in 173 milliseconds