Home | History | Annotate | Download | only in intltest

Lines Matching refs:REFERENCE_YEAR

39 const int32_t TimeZoneTest::REFERENCE_YEAR = 2009;
617 cal.set(TimeZoneTest::REFERENCE_YEAR, UCAL_JANUARY, 2); // day 2 in GMT
1929 if (cal.get(UCAL_YEAR, status) != TimeZoneTest::REFERENCE_YEAR) {