Lines Matching refs:RelativeDateTimeFormatter
795 const RelativeDateTimeFormatter& fmt,
800 const RelativeDateTimeFormatter& fmt,
806 const RelativeDateTimeFormatter& fmt,
811 const RelativeDateTimeFormatter& fmt,
815 const RelativeDateTimeFormatter& fmt,
820 const RelativeDateTimeFormatter& fmt,
824 const RelativeDateTimeFormatter& fmt,
828 const RelativeDateTimeFormatter& fmt,
870 RelativeDateTimeFormatter fmt( in TestEnglishCaps()
880 RelativeDateTimeFormatter fmt3(status); in TestEnglishCaps()
883 RelativeDateTimeFormatter fmt2(fmt); in TestEnglishCaps()
911 RelativeDateTimeFormatter fmt( in TestEnglishNoQuantityCaps()
949 RelativeDateTimeFormatter fmt("en", status); in TestFormatWithQuantityIllegalArgument()
960 RelativeDateTimeFormatter fmt("en", status); in TestFormatWithoutQuantityIllegalArgument()
974 RelativeDateTimeFormatter fmt("en", status); in TestCustomNumberFormat()
984 RelativeDateTimeFormatter fmt("en", nf, status); in TestCustomNumberFormat()
987 RelativeDateTimeFormatter fmt2(fmt); in TestCustomNumberFormat()
991 fmt = RelativeDateTimeFormatter("es", status); in TestCustomNumberFormat()
998 RelativeDateTimeFormatter fmt( in TestGetters()
1008 RelativeDateTimeFormatter fmt3(status); in TestGetters()
1011 RelativeDateTimeFormatter fmt2(fmt); in TestGetters()
1023 RelativeDateTimeFormatter fmt("en", status); in TestCombineDateAndTime()
1042 RelativeDateTimeFormatter fmt( in TestBadDisplayContext()
1056 RelativeDateTimeFormatter fmt(locale, status); in RunTest()
1070 RelativeDateTimeFormatter fmt(locale, status); in RunTest()
1085 RelativeDateTimeFormatter fmt( in RunTest()
1099 RelativeDateTimeFormatter fmt(locale, status); in RunTest()
1113 RelativeDateTimeFormatter fmt( in RunTest()
1123 const RelativeDateTimeFormatter& fmt, in RunTest()
1133 const RelativeDateTimeFormatter& fmt, in RunTest()
1144 const RelativeDateTimeFormatter& fmt, in RunTest()
1154 const RelativeDateTimeFormatter& fmt, in CheckExpectedResult()
1178 const RelativeDateTimeFormatter& fmt, in CheckExpectedResult()
1206 const RelativeDateTimeFormatter& fmt, in CheckExpectedResult()
1229 const RelativeDateTimeFormatter& fmt, in VerifyIllegalArgument()
1241 const RelativeDateTimeFormatter& fmt, in VerifyIllegalArgument()
1259 RelativeDateTimeFormatter fmt(enGbLocale, NULL, UDAT_STYLE_NARROW, in TestSidewaysDataLoading()
1285 RelativeDateTimeFormatter fmtshort(enGbLocale, NULL, UDAT_STYLE_SHORT, in TestSidewaysDataLoading()
1306 std::vector<std::unique_ptr<RelativeDateTimeFormatter>> allFormatters; in TestLocales()
1310 std::unique_ptr<RelativeDateTimeFormatter> rdtf(new RelativeDateTimeFormatter(loc, status)); in TestLocales()