Home | History | Annotate | Download | only in intltest

Lines Matching refs:sec

1356 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
1363 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol