Lines Matching full:togregorian
612 UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
624 toDateTimeElements = ures_getByKeyWithFallback(toGregorian, "DateTimeElements", NULL, &errorCode);
636 toWeekendData = ures_getByKeyWithFallback(toGregorian, "weekend", NULL, &errorCode);
741 ures_close(toGregorian);