Lines Matching refs:UCAL_JULY
332 cal->set(2000, UCAL_JULY, 1); in TestSimpleRuleBasedTimeZone()
1113 getUTCMillis(2005, UCAL_JULY, 1), in TestGetSimpleRules()
1206 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1207 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1208 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1628 …int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1632 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1641 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1645 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1729 UDate base = getUTCMillis(2007, UCAL_JULY, 1); in TestVTimeZoneCoverage()
2082 {1995, UCAL_JULY, 1}, in TestT6216()
2084 {2000, UCAL_JULY, 1}, in TestT6216()
2086 {2005, UCAL_JULY, 1}, in TestT6216()
2088 {2010, UCAL_JULY, 1}, in TestT6216()
2156 …SimpleTimeZone stz(0, "CustomID", UCAL_JANUARY, 1, UCAL_SUNDAY, 0, UCAL_JULY, 1, UCAL_SUNDAY, 0, s… in TestT6669()