Searched defs:expectPad (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 352 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() function 360 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() function 374 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() function
|
D | numfmtst.cpp | 2850 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad() function in NumberFormatTest 2854 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad() function in NumberFormatTest 2858 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad() function in NumberFormatTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 71 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() method in BigNumberFormatTest 75 private void expectPad(DecimalFormat fmt, String pat, in expectPad() method in BigNumberFormatTest
|
D | NumberFormatTest.java | 2782 public void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() method in NumberFormatTest 2786 public void expectPad(DecimalFormat fmt, final String pat, int pos, int width, final char pad) { in expectPad() method in NumberFormatTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 68 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() method in BigNumberFormatTest 72 private void expectPad(DecimalFormat fmt, String pat, in expectPad() method in BigNumberFormatTest
|
D | NumberFormatTest.java | 2779 public void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() method in NumberFormatTest 2783 public void expectPad(DecimalFormat fmt, final String pat, int pos, int width, final char pad) { in expectPad() method in NumberFormatTest
|