Lines Matching refs:startMode
77 startMode(DOM_MODE), in SimpleTimeZone()
173 this->startMode = DOM_MODE; in construct()
214 startMode = right.startMode; in operator =()
478 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
754 startMode == that->startMode && in hasSameRules()
885 startMode = DOM_MODE; in decodeStartRule()
888 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
892 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
895 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
903 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1113 switch (startMode) { in initTransitionRules()