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

  /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 267 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
269 void expectPat(DecimalFormat& fmt, const char *exp) {
270 expectPat(fmt, UnicodeString(exp, ""));
numfmtst.cpp     [all...]

Completed in 113 milliseconds