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

  /external/icu4c/test/intltest/
numfmtst.h 230 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
232 void expectPat(DecimalFormat& fmt, const char *exp) {
233 expectPat(fmt, UnicodeString(exp, ""));
numfmtst.cpp     [all...]

Completed in 59 milliseconds