Home
last modified time | relevance | path

Searched refs:ListFormatterTest (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp20 ListFormatterTest::ListFormatterTest() : in ListFormatterTest() function in ListFormatterTest
26 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32… in CheckFormatting()
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases()
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, in RecordFourCases()
81 void ListFormatterTest::TestRoot() { in TestRoot()
93 void ListFormatterTest::TestBogus() { in TestBogus()
102 void ListFormatterTest::TestEnglish() { in TestEnglish()
113 void ListFormatterTest::Test9946() { in Test9946()
137 void ListFormatterTest::TestEnglishUS() { in TestEnglishUS()
150 void ListFormatterTest::TestRussian() { in TestRussian()
[all …]
Dlistformattertest.h23 class ListFormatterTest : public IntlTest {
25 ListFormatterTest();
26 virtual ~ListFormatterTest() {} in ~ListFormatterTest()
Ditformat.cpp156 TESTCLASS(42,ListFormatterTest); in runIndexedTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DListFormatterTest.java16 public class ListFormatterTest extends TestFmwk { class
18 new ListFormatterTest().run(args); in main()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DListFormatterTest.java20 public class ListFormatterTest extends TestFmwk { class
22 new ListFormatterTest().run(args); in main()