Home | History | Annotate | Download | only in i18n

Lines Matching refs:workCal

881     Calendar* workCal = &cal;
892 workCal = calClone;
912 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, status);
940 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, status);
1744 Calendar *workCal = &cal;
1756 workCal = calClone;
1823 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1838 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
2053 if (U_SUCCESS(status) && workCal != &cal) {
2054 cal.setTimeZone(workCal->getTimeZone());
2055 cal.setTime(workCal->getTime(status), status);