Home | History | Annotate | Download | only in i18n

Lines Matching refs:calBundle

511     UResourceBundle *rb, *calTypeBundle, *calBundle;
556 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
557 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
632 // - if U_SUCCESS(err), then calBundle and calTypeBundle are open;
633 // process contents of calTypeBundle, then close calBundle and calTypeBundle.
667 // close calBundle and calTypeBundle
669 ures_close(calBundle);
711 // Open calBundle and calTypeBundle
712 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
714 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
716 ures_close(calBundle);