Lines Matching refs:startMode
79 startMode(DOM_MODE), in SimpleTimeZone()
175 this->startMode = DOM_MODE; in construct()
216 startMode = right.startMode; in operator =()
480 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
756 startMode == that->startMode && in hasSameRules()
887 startMode = DOM_MODE; in decodeStartRule()
890 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
894 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
897 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
905 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1115 switch (startMode) { in initTransitionRules()