Lines Matching refs:UCAL_JULY
333 cal->set(2000, UCAL_JULY, 1); in TestSimpleRuleBasedTimeZone()
1114 getUTCMillis(2005, UCAL_JULY, 1), in TestGetSimpleRules()
1207 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1208 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1209 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1629 …int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1633 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1642 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1646 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1730 UDate base = getUTCMillis(2007, UCAL_JULY, 1); in TestVTimeZoneCoverage()
2083 {1995, UCAL_JULY, 1}, in TestT6216()
2085 {2000, UCAL_JULY, 1}, in TestT6216()
2087 {2005, UCAL_JULY, 1}, in TestT6216()
2089 {2010, UCAL_JULY, 1}, in TestT6216()
2157 …SimpleTimeZone stz(0, "CustomID", UCAL_JANUARY, 1, UCAL_SUNDAY, 0, UCAL_JULY, 1, UCAL_SUNDAY, 0, s… in TestT6669()