• Home
  • Raw
  • Download

Lines Matching refs:RelativeDateTimeFormatterTest

470 class RelativeDateTimeFormatterTest : public IntlTest {  class
472 RelativeDateTimeFormatterTest() { in RelativeDateTimeFormatterTest() function in RelativeDateTimeFormatterTest
541 void RelativeDateTimeFormatterTest::runIndexedTest( in runIndexedTest()
568 void RelativeDateTimeFormatterTest::TestEnglish() { in TestEnglish()
572 void RelativeDateTimeFormatterTest::TestEnglishCaps() { in TestEnglishCaps()
593 void RelativeDateTimeFormatterTest::TestEnglishShort() { in TestEnglishShort()
597 void RelativeDateTimeFormatterTest::TestEnglishNarrow() { in TestEnglishNarrow()
601 void RelativeDateTimeFormatterTest::TestSerbian() { in TestSerbian()
605 void RelativeDateTimeFormatterTest::TestSerbianFallback() { in TestSerbianFallback()
609 void RelativeDateTimeFormatterTest::TestEnglishNoQuantity() { in TestEnglishNoQuantity()
613 void RelativeDateTimeFormatterTest::TestEnglishNoQuantityCaps() { in TestEnglishNoQuantityCaps()
631 void RelativeDateTimeFormatterTest::TestEnglishNoQuantityShort() { in TestEnglishNoQuantityShort()
639 void RelativeDateTimeFormatterTest::TestEnglishNoQuantityNarrow() { in TestEnglishNoQuantityNarrow()
647 void RelativeDateTimeFormatterTest::TestSpanishNoQuantity() { in TestSpanishNoQuantity()
651 void RelativeDateTimeFormatterTest::TestFormatWithQuantityIllegalArgument() { in TestFormatWithQuantityIllegalArgument()
662 void RelativeDateTimeFormatterTest::TestFormatWithoutQuantityIllegalArgument() { in TestFormatWithoutQuantityIllegalArgument()
674 void RelativeDateTimeFormatterTest::TestCustomNumberFormat() { in TestCustomNumberFormat()
700 void RelativeDateTimeFormatterTest::TestGetters() { in TestGetters()
725 void RelativeDateTimeFormatterTest::TestCombineDateAndTime() { in TestCombineDateAndTime()
744 void RelativeDateTimeFormatterTest::TestBadDisplayContext() { in TestBadDisplayContext()
755 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
768 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
783 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
796 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
811 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
821 void RelativeDateTimeFormatterTest::RunTest( in RunTest()
831 void RelativeDateTimeFormatterTest::CheckExpectedResult( in CheckExpectedResult()
855 void RelativeDateTimeFormatterTest::CheckExpectedResult( in CheckExpectedResult()
878 void RelativeDateTimeFormatterTest::VerifyIllegalArgument( in VerifyIllegalArgument()
890 void RelativeDateTimeFormatterTest::VerifyIllegalArgument( in VerifyIllegalArgument()
903 void RelativeDateTimeFormatterTest::TestSidewaysDataLoading(void) { in TestSidewaysDataLoading()
1053 return new RelativeDateTimeFormatterTest(); in createRelativeDateTimeFormatterTest()