Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DBigNumberFormatTest.java57 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
61 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
125 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns()
128 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns()
131 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns()
137 expectPat(fmt, exp); in TestPatterns()
141 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns()
145 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns()
149 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns()
153 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns()
[all …]
DNumberFormatTest.java1131 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
1136 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
1473 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2()
1476 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2()
1479 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2()
1485 expectPat(fmt, exp); in TestPatterns2()
1489 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2()
1493 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2()
1497 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2()
1504 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java54 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
58 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
122 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns()
125 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns()
128 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns()
134 expectPat(fmt, exp); in TestPatterns()
138 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns()
142 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns()
146 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns()
150 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns()
[all …]
DNumberFormatTest.java1128 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
1133 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
1470 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2()
1473 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2()
1476 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2()
1482 expectPat(fmt, exp); in TestPatterns2()
1486 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2()
1490 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2()
1494 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2()
1501 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.h387 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
389 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat() function
390 expectPat(fmt, UnicodeString(exp, "")); in expectPat()
Dnumfmtst.cpp1364 expectPat(f, "#,##,##0"); in TestSecondaryGrouping()
1370 expectPat(f, "#,####,##0"); in TestSecondaryGrouping()
1809 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2()
1812 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2()
1815 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2()
1821 expectPat(fmt, exp); in TestPatterns2()
1825 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2()
1829 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2()
1833 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2()
1837 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2()
[all …]