Home | History | Annotate | Download | only in i18n

Lines Matching refs:calBundle

507     UResourceBundle *rb, *calTypeBundle, *calBundle;
552 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
553 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
628 // - if U_SUCCESS(err), then calBundle and calTypeBundle are open;
629 // process contents of calTypeBundle, then close calBundle and calTypeBundle.
663 // close calBundle and calTypeBundle
665 ures_close(calBundle);
707 // Open calBundle and calTypeBundle
708 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
710 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
712 ures_close(calBundle);