/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 57 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 …]
|
D | NumberFormatTest.java | 1110 expectPat(f, "#,##,##0"); in TestSecondaryGrouping() 1115 expectPat(f, "#,####,##0"); in TestSecondaryGrouping() 1429 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2() 1432 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2() 1435 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2() 1441 expectPat(fmt, exp); in TestPatterns2() 1445 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2() 1449 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2() 1453 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2() 1460 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 54 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 …]
|
D | NumberFormatTest.java | 1107 expectPat(f, "#,##,##0"); in TestSecondaryGrouping() 1112 expectPat(f, "#,####,##0"); in TestSecondaryGrouping() 1426 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2() 1429 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2() 1432 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2() 1438 expectPat(fmt, exp); in TestPatterns2() 1442 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2() 1446 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2() 1450 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2() 1457 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 365 void expectPat(DecimalFormat& fmt, const UnicodeString& exp); 367 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat() function 368 expectPat(fmt, UnicodeString(exp, "")); in expectPat()
|
D | numfmtst.cpp | 1315 expectPat(f, "#,##,##0"); in TestSecondaryGrouping() 1321 expectPat(f, "#,####,##0"); in TestSecondaryGrouping() 1760 expectPat(fmt, "*^AA#,##0.00ZZ"); in TestPatterns2() 1763 expectPat(fmt, "AA#,##0.00*^ZZ"); in TestPatterns2() 1766 expectPat(fmt, "AA#,##0.00ZZ*^"); in TestPatterns2() 1772 expectPat(fmt, exp); in TestPatterns2() 1776 expectPat(fmt, "AA*^##,##0.00ZZ"); in TestPatterns2() 1780 expectPat(fmt, "AA*^###,##0.00ZZ"); in TestPatterns2() 1784 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case in TestPatterns2() 1788 expectPat(fmt, "AA*^#####,##0.00ZZ"); in TestPatterns2() [all …]
|