Searched refs:isFeb (Results 1 – 3 of 3) sorted by relevance
1608 boolean isFeb = (month == Calendar.FEBRUARY); in writeZonePropsByDOW_GEQ_DOM_sub()1609 if (dayOfMonth < 0 && !isFeb) { in writeZonePropsByDOW_GEQ_DOM_sub()
1639 boolean isFeb = (month == Calendar.FEBRUARY); in writeZonePropsByDOW_GEQ_DOM_sub()1640 if (dayOfMonth < 0 && !isFeb) { in writeZonePropsByDOW_GEQ_DOM_sub()
2405 UBool isFeb = (month == UCAL_FEBRUARY); in writeZonePropsByDOW_GEQ_DOM_sub() local2406 if (dayOfMonth < 0 && !isFeb) { in writeZonePropsByDOW_GEQ_DOM_sub()