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

  /external/icu/icu4c/source/test/intltest/
numfmtst.h 251 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
254 void expectPad(DecimalFormat& fmt, const char *pat,
256 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
259 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
262 void expectPad(DecimalFormat& fmt, const char *pat,
264 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
273 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
276 void expectPad(DecimalFormat& fmt, const char *pat,
278 expectPad(fmt, pat, pos, 0, (UChar)0);
numfmtst.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 63 private void expectPad(DecimalFormat fmt, String pat, int pos) {
64 expectPad(fmt, pat, pos, 0, (char)0);
67 private void expectPad(DecimalFormat fmt, String pat,
97 expectPad(fmt, "*^#", DecimalFormat.PAD_BEFORE_PREFIX, 1, '^');
98 expectPad(fmt, "$*^#", DecimalFormat.PAD_AFTER_PREFIX, 2, '^');
99 expectPad(fmt, "#*^", DecimalFormat.PAD_BEFORE_SUFFIX, 1, '^');
100 expectPad(fmt, "#$*^", DecimalFormat.PAD_AFTER_SUFFIX, 2, '^');
101 expectPad(fmt, "$*^$#", ILLEGAL);
102 expectPad(fmt, "#$*^$", ILLEGAL);
103 expectPad(fmt, "'pre'#,##0*x'post'", DecimalFormat.PAD_BEFORE_SUFFIX
    [all...]
NumberFormatTest.java     [all...]

Completed in 252 milliseconds