Home | History | Annotate | Download | only in util

Lines Matching defs:useDaylight

724         if (!useDaylight || year < startYear || era != GregorianCalendar.AD) return result;
930 private boolean useDaylight; // flag indicating whether this TimeZone uses DST
939 return useDaylight;
947 return useDaylight;
1028 useDaylight = (startDay != 0) && (endDay != 0);
1029 if (useDaylight && dst == 0) {
1074 useDaylight = (startDay != 0) && (endDay != 0);
1075 if (useDaylight && dst == 0) {
1124 useDaylight == that.useDaylight &&
1126 (!useDaylight
1161 + (useDaylight ? 0 : 1);
1162 if(!useDaylight){
1208 useDaylight == other.useDaylight &&
1209 (!useDaylight
1234 if (!useDaylight) {
1261 if (!useDaylight) {
1290 int size = useDaylight ? 3 : 1;
1293 if (useDaylight) {
1310 if (useDaylight) {