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

  /external/icu4c/test/intltest/
numfmtst.h 214 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
217 void expectPad(DecimalFormat& fmt, const char *pat,
219 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
222 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
225 void expectPad(DecimalFormat& fmt, const char *pat,
227 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
236 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
239 void expectPad(DecimalFormat& fmt, const char *pat,
241 expectPad(fmt, pat, pos, 0, (UChar)0);
numfmtst.cpp     [all...]

Completed in 47 milliseconds