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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DBigNumberFormatTest.java52 expectPat(f, "#,##,###");
56 expectPat(f, "#,####,###");
120 expectPat(fmt, "*^AA#,##0.00ZZ");
123 expectPat(fmt, "AA#,##0.00*^ZZ");
126 expectPat(fmt, "AA#,##0.00ZZ*^");
132 expectPat(fmt, exp);
136 expectPat(fmt, "AA*^##,##0.00ZZ");
140 expectPat(fmt, "AA*^###,##0.00ZZ");
144 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
148 expectPat(fm
151 private void expectPat(DecimalFormat fmt, String exp) { method in class:BigNumberFormatTest
[all...]
H A DNumberFormatTest.java1386 expectPat(f, "#,##,###");
1391 expectPat(f, "#,####,###");
1701 expectPat(fmt, "*^AA#,##0.00ZZ");
1704 expectPat(fmt, "AA#,##0.00*^ZZ");
1707 expectPat(fmt, "AA#,##0.00ZZ*^");
1713 expectPat(fmt, exp);
1717 expectPat(fmt, "AA*^##,##0.00ZZ");
1721 expectPat(fmt, "AA*^###,##0.00ZZ");
1725 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1729 expectPat(fm
2945 public void expectPat(DecimalFormat fmt, final String exp) { method in class:NumberFormatTest
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java51 expectPat(f, "#,##,###");
55 expectPat(f, "#,####,###");
119 expectPat(fmt, "*^AA#,##0.00ZZ");
122 expectPat(fmt, "AA#,##0.00*^ZZ");
125 expectPat(fmt, "AA#,##0.00ZZ*^");
131 expectPat(fmt, exp);
135 expectPat(fmt, "AA*^##,##0.00ZZ");
139 expectPat(fmt, "AA*^###,##0.00ZZ");
143 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
147 expectPat(fm
150 private void expectPat(DecimalFormat fmt, String exp) { method in class:BigNumberFormatTest
[all...]
H A DNumberFormatTest.java1385 expectPat(f, "#,##,###");
1390 expectPat(f, "#,####,###");
1700 expectPat(fmt, "*^AA#,##0.00ZZ");
1703 expectPat(fmt, "AA#,##0.00*^ZZ");
1706 expectPat(fmt, "AA#,##0.00ZZ*^");
1712 expectPat(fmt, exp);
1716 expectPat(fmt, "AA*^##,##0.00ZZ");
1720 expectPat(fmt, "AA*^###,##0.00ZZ");
1724 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1728 expectPat(fm
2944 public void expectPat(DecimalFormat fmt, final String exp) { method in class:NumberFormatTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h299 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
301 void expectPat(DecimalFormat& fmt, const char *exp) { function in class:NumberFormatTest
302 expectPat(fmt, UnicodeString(exp, ""));
H A Dnumfmtst.cpp1608 expectPat(f, "#,##,###");
1614 expectPat(f, "#,####,###");
2051 expectPat(fmt, "*^AA#,##0.00ZZ");
2054 expectPat(fmt, "AA#,##0.00*^ZZ");
2057 expectPat(fmt, "AA#,##0.00ZZ*^");
2063 expectPat(fmt, exp);
2067 expectPat(fmt, "AA*^##,##0.00ZZ");
2071 expectPat(fmt, "AA*^###,##0.00ZZ");
2075 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
2079 expectPat(fm
3061 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { function in class:NumberFormatTest
[all...]

Completed in 132 milliseconds