Home | History | Annotate | Download | only in impl

Lines Matching defs:getFullLocaleNameSet

453     public static Set<String> getFullLocaleNameSet() {
454 return getFullLocaleNameSet(ICUData.ICU_BASE_NAME, ICU_DATA_CLASS_LOADER);
463 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) {
464 return getAvailEntry(bundlePrefix, loader).getFullLocaleNameSet();
763 Set<String> getFullLocaleNameSet() {