Searched refs:calBundle (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp63 UResourceBundle *calBundle = ures_getByKey(topBundle, "calendar", NULL, &status); local
64 UResourceBundle *typBundle = ures_getByKeyWithFallback(calBundle, type, NULL, &status);
69 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status);
91 ures_close(calBundle);
H A Ddtitvinf.cpp408 UResourceBundle *rb, *calBundle; local
413 calBundle = ures_getByKeyWithFallback(rb, gCalendarTag, NULL, &status);
422 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &status);
464 ures_getAllItemsWithFallback(calBundle, calType, sink, status);
470 ures_close(calBundle);

Completed in 147 milliseconds