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 202 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
205 void expectPad(DecimalFormat& fmt, const char *pat,
207 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
210 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
213 void expectPad(DecimalFormat& fmt, const char *pat,
215 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
224 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
227 void expectPad(DecimalFormat& fmt, const char *pat,
229 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 85 milliseconds