Home | History | Annotate | Download | only in util

Lines Matching defs:startMode

735                                          startMode, startMonth, startDayOfWeek,
931 private int startMode, endMode; // flags indicating what kind of rules the DST rules are
989 startMode = DOM_MODE;
1041 startMode = DOM_MODE;
1044 startMode = DOW_IN_MONTH_MODE;
1048 startMode = DOW_GE_DOM_MODE;
1051 startMode = DOW_LE_DOM_MODE;
1058 if (startMode == DOW_IN_MONTH_MODE) {
1129 startMode == that.startMode &&
1164 startMode ^ (startMode>>>11) +
1212 startMode == other.startMode &&
1318 switch (startMode) {