HomeSort by relevance Sort by last modified time
    Searched refs:expectPat (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 57 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(fmt, "AA*^#####,##0.00ZZ")
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 54 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(fmt, "AA*^#####,##0.00ZZ")
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 301 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
303 void expectPat(DecimalFormat& fmt, const char *exp) {
304 expectPat(fmt, UnicodeString(exp, ""));
numfmtst.cpp     [all...]

Completed in 365 milliseconds