Lines Matching refs:startMode
80 startMode(DOM_MODE), in SimpleTimeZone()
176 this->startMode = DOM_MODE; in construct()
217 startMode = right.startMode; in operator =()
481 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
757 startMode == that->startMode && in hasSameRules()
888 startMode = DOM_MODE; in decodeStartRule()
891 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
895 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
898 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
906 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1116 switch (startMode) { in initTransitionRules()