Lines Matching refs:WALL_TIME
704 adtr = new DateTimeRule(month, dayOfMonth, startMID, DateTimeRule::WALL_TIME);
707 adtr = new DateTimeRule(month, nthDayOfWeek, dayOfWeek, startMID, DateTimeRule::WALL_TIME);
711 adtr = new DateTimeRule(month, dayOfMonth, dayOfWeek, TRUE, startMID, DateTimeRule::WALL_TIME);
768 if (dtrule->getTimeRuleType() != DateTimeRule::WALL_TIME) {
799 * Convert the rule to its equivalent rule using WALL_TIME mode.
801 * using WALL_TIME mode.
804 if (rule->getTimeRuleType() == DateTimeRule::WALL_TIME) {
866 modifiedRule = new DateTimeRule(month, dom, wallt, DateTimeRule::WALL_TIME);
869 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);