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.java57 expectPat(f, "#,##,##0");
61 expectPat(f, "#,####,##0");
125 expectPat(fmt, "*^AA#,##0.00ZZ");
128 expectPat(fmt, "AA#,##0.00*^ZZ");
131 expectPat(fmt, "AA#,##0.00ZZ*^");
137 expectPat(fmt, exp);
141 expectPat(fmt, "AA*^##,##0.00ZZ");
145 expectPat(fmt, "AA*^###,##0.00ZZ");
149 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
153 expectPat(fm
156 private void expectPat(DecimalFormat fmt, String exp) { method in class:BigNumberFormatTest
[all...]
H A DNumberFormatTest.java1081 expectPat(f, "#,##,##0");
1086 expectPat(f, "#,####,##0");
1400 expectPat(fmt, "*^AA#,##0.00ZZ");
1403 expectPat(fmt, "AA#,##0.00*^ZZ");
1406 expectPat(fmt, "AA#,##0.00ZZ*^");
1412 expectPat(fmt, exp);
1416 expectPat(fmt, "AA*^##,##0.00ZZ");
1420 expectPat(fmt, "AA*^###,##0.00ZZ");
1424 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1430 //expectPat(fm
2760 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.java54 expectPat(f, "#,##,##0");
58 expectPat(f, "#,####,##0");
122 expectPat(fmt, "*^AA#,##0.00ZZ");
125 expectPat(fmt, "AA#,##0.00*^ZZ");
128 expectPat(fmt, "AA#,##0.00ZZ*^");
134 expectPat(fmt, exp);
138 expectPat(fmt, "AA*^##,##0.00ZZ");
142 expectPat(fmt, "AA*^###,##0.00ZZ");
146 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
150 expectPat(fm
153 private void expectPat(DecimalFormat fmt, String exp) { method in class:BigNumberFormatTest
[all...]
H A DNumberFormatTest.java1078 expectPat(f, "#,##,##0");
1083 expectPat(f, "#,####,##0");
1397 expectPat(fmt, "*^AA#,##0.00ZZ");
1400 expectPat(fmt, "AA#,##0.00*^ZZ");
1403 expectPat(fmt, "AA#,##0.00ZZ*^");
1409 expectPat(fmt, exp);
1413 expectPat(fmt, "AA*^##,##0.00ZZ");
1417 expectPat(fmt, "AA*^###,##0.00ZZ");
1421 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1427 //expectPat(fm
2757 public void expectPat(DecimalFormat fmt, final String exp) { method in class:NumberFormatTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h301 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
303 void expectPat(DecimalFormat& fmt, const char *exp) { function in class:NumberFormatTest
304 expectPat(fmt, UnicodeString(exp, ""));
H A Dnumfmtst.cpp1650 expectPat(f, "#,##,###");
1656 expectPat(f, "#,####,###");
2093 expectPat(fmt, "*^AA#,##0.00ZZ");
2096 expectPat(fmt, "AA#,##0.00*^ZZ");
2099 expectPat(fmt, "AA#,##0.00ZZ*^");
2105 expectPat(fmt, exp);
2109 expectPat(fmt, "AA*^##,##0.00ZZ");
2113 expectPat(fmt, "AA*^###,##0.00ZZ");
2117 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
2121 expectPat(fm
3131 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { function in class:NumberFormatTest
[all...]

Completed in 127 milliseconds