Home | History | Annotate | Download | only in i18n

Lines Matching refs:zoneBundle

345     UResourceBundle *zoneBundle = ures_open(U_ICUDATA_ZONE, locale.getName(), &status);
346 UResourceBundle *zoneStringsArray = ures_getByKeyWithFallback(zoneBundle, gZoneStringsTag, NULL, &status);
363 ures_close(zoneBundle);