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

  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.h 218 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
220 void expectPat(DecimalFormat& fmt, const char *exp) {
221 expectPat(fmt, UnicodeString(exp, ""));
numfmtst.cpp 885 expectPat(f, "#,##,###");
891 expectPat(f, "#,####,###");
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 263 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
265 void expectPat(DecimalFormat& fmt, const char *exp) {
266 expectPat(fmt, UnicodeString(exp, ""));
numfmtst.cpp     [all...]

Completed in 155 milliseconds