Home
last modified time | relevance | path

Searched refs:FormattedValueTest (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dformattedvaluetest.cpp17 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/
DListFormatterTest.java243 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
269 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
322 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
DRelativeDateTimeFormatterTest.java1054FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1065FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1073FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1086FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1096FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1109FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1129FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestRBNF()
DDateIntervalFormatTest.java2115 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
2166 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
2194 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
DFormattedValueTest.java30 public class FormattedValueTest { class
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DListFormatterTest.java240 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
266 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
319 FormattedValueTest.checkFormattedValue( in TestFormattedValue()
DRelativeDateTimeFormatterTest.java1051FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1062FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1070FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1083FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1093FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1106FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1126FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestRBNF()
DDateIntervalFormatTest.java2112 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
2163 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
2191 FormattedValueTest.checkFormattedValue( in testFormattedDateInterval()
DFormattedValueTest.java27 public class FormattedValueTest { class
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberRangeFormatterTest.java17 import android.icu.dev.test.format.FormattedValueTest;
746FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
765FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
DNumberFormatterApiTest.java23 import android.icu.dev.test.format.FormattedValueTest;
4207FormattedValueTest.checkFormattedValue(message, result, result.toString(), expectedFieldPositions); in assertNumberFieldPositions()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberRangeFormatterTest.java16 import com.ibm.icu.dev.test.format.FormattedValueTest;
743FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
762FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
DNumberFormatterApiTest.java22 import com.ibm.icu.dev.test.format.FormattedValueTest;
4204FormattedValueTest.checkFormattedValue(message, result, result.toString(), expectedFieldPositions); in assertNumberFieldPositions()