/external/icu/icu4c/source/test/intltest/ |
D | formattedvaluetest.cpp | 17 class FormattedValueTest : public IntlTest { class 36 void FormattedValueTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() 48 void FormattedValueTest::testBasic() { in testBasic() 62 void FormattedValueTest::testSetters() { in testSetters() 122 void FormattedValueTest::testLocalPointer() { in testLocalPointer() 138 void FormattedValueTest::assertAllPartsEqual( in assertAllPartsEqual() 314 return new FormattedValueTest(); in createFormattedValueTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | ListFormatterTest.java | 243 FormattedValueTest.checkFormattedValue( in TestFormattedValue() 269 FormattedValueTest.checkFormattedValue( in TestFormattedValue() 322 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
|
D | RelativeDateTimeFormatterTest.java | 1054 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1065 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1073 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1086 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1096 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1109 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1129 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestRBNF()
|
D | DateIntervalFormatTest.java | 2115 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval() 2166 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval() 2194 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
|
D | FormattedValueTest.java | 30 public class FormattedValueTest { class
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | ListFormatterTest.java | 240 FormattedValueTest.checkFormattedValue( in TestFormattedValue() 266 FormattedValueTest.checkFormattedValue( in TestFormattedValue() 319 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
|
D | RelativeDateTimeFormatterTest.java | 1051 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1062 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1070 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1083 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1093 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1106 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields() 1126 … FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestRBNF()
|
D | DateIntervalFormatTest.java | 2112 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval() 2163 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval() 2191 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
|
D | FormattedValueTest.java | 27 public class FormattedValueTest { class
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 17 import android.icu.dev.test.format.FormattedValueTest; 746 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions() 765 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
|
D | NumberFormatterApiTest.java | 23 import android.icu.dev.test.format.FormattedValueTest; 4207 …FormattedValueTest.checkFormattedValue(message, result, result.toString(), expectedFieldPositions); in assertNumberFieldPositions()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 16 import com.ibm.icu.dev.test.format.FormattedValueTest; 743 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions() 762 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
|
D | NumberFormatterApiTest.java | 22 import com.ibm.icu.dev.test.format.FormattedValueTest; 4204 …FormattedValueTest.checkFormattedValue(message, result, result.toString(), expectedFieldPositions); in assertNumberFieldPositions()
|