Searched refs:ListFormatterTest (Results 1 – 5 of 5) sorted by relevance
20 ListFormatterTest::ListFormatterTest() : in ListFormatterTest() function in ListFormatterTest26 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 …]
23 class ListFormatterTest : public IntlTest {25 ListFormatterTest();26 virtual ~ListFormatterTest() {} in ~ListFormatterTest()
156 TESTCLASS(42,ListFormatterTest); in runIndexedTest()
16 public class ListFormatterTest extends TestFmwk { class18 new ListFormatterTest().run(args); in main()
20 public class ListFormatterTest extends TestFmwk { class22 new ListFormatterTest().run(args); in main()