/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
BigNumberFormatTest.java | 53 expectPat(f, "#,##,###"); 57 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(fmt, "AA*^#,###,##0.00ZZ") [all...] |
NumberFormatTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
BigNumberFormatTest.java | 49 expectPat(f, "#,##,###"); 53 expectPat(f, "#,####,###"); 116 expectPat(fmt, "*^AA#,##0.00ZZ"); 119 expectPat(fmt, "AA#,##0.00*^ZZ"); 122 expectPat(fmt, "AA#,##0.00ZZ*^"); 128 expectPat(fmt, exp); 132 expectPat(fmt, "AA*^##,##0.00ZZ"); 136 expectPat(fmt, "AA*^###,##0.00ZZ"); 140 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case 144 expectPat(fmt, "AA*^#,###,##0.00ZZ") [all...] |
NumberFormatTest.java | [all...] |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.h | 295 void expectPat(DecimalFormat& fmt, const UnicodeString& exp); 297 void expectPat(DecimalFormat& fmt, const char *exp) { 298 expectPat(fmt, UnicodeString(exp, ""));
|
numfmtst.cpp | [all...] |