Home | History | Annotate | Download | only in i18n

Lines Matching refs:calBundle

506     UResourceBundle *rb, *calTypeBundle, *calBundle;
551 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
552 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
627 // - if U_SUCCESS(err), then calBundle and calTypeBundle are open;
628 // process contents of calTypeBundle, then close calBundle and calTypeBundle.
662 // close calBundle and calTypeBundle
664 ures_close(calBundle);
706 // Open calBundle and calTypeBundle
707 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
709 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
711 ures_close(calBundle);