Home | History | Annotate | Download | only in impl

Lines Matching defs:getAvailEntry

135             ULocale[] availableULocales = getAvailEntry(baseName, loader).getULocaleList();
252 ULocale locales[] = getAvailEntry(baseName, ICU_DATA_CLASS_LOADER).getULocaleList();
446 return getAvailEntry(bundlePrefix, loader).getLocaleNameSet();
464 return getAvailEntry(bundlePrefix, loader).getFullLocaleNameSet();
480 return getAvailEntry(baseName, loader).getULocaleList();
496 return getAvailEntry(baseName, loader).getLocaleList();
504 return getAvailEntry(ICUData.ICU_BASE_NAME, ICU_DATA_CLASS_LOADER).getLocaleList();
802 private static AvailEntry getAvailEntry(String key, ClassLoader loader) {