Home | History | Annotate | Download | only in intltest

Lines Matching refs:testDate

629     UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59) + 123.0;
649 resultDate = sdf.format(testDate, resultDate);
667 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59);
692 resultDate = enFormat->format(testDate, resultDate);
814 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59);
815 formatted = formatter.format(testDate, formatted, status);