Home | History | Annotate | Download | only in impl

Lines Matching defs:getFullLocaleNameSet

457     public static Set<String> getFullLocaleNameSet() {
458 return getFullLocaleNameSet(ICUData.ICU_BASE_NAME, ICU_DATA_CLASS_LOADER);
467 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) {
468 return getAvailEntry(bundlePrefix, loader).getFullLocaleNameSet();
767 Set<String> getFullLocaleNameSet() {