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

  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.h 231 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
234 void expectPad(DecimalFormat& fmt, const char *pat,
236 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
239 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
242 void expectPad(DecimalFormat& fmt, const char *pat,
244 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
253 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
256 void expectPad(DecimalFormat& fmt, const char *pat,
258 expectPad(fmt, pat, pos, 0, (UChar)0);
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 247 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
250 void expectPad(DecimalFormat& fmt, const char *pat,
252 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
255 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
258 void expectPad(DecimalFormat& fmt, const char *pat,
260 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
269 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
272 void expectPad(DecimalFormat& fmt, const char *pat,
274 expectPad(fmt, pat, pos, 0, (UChar)0);
numfmtst.cpp     [all...]

Completed in 294 milliseconds