Searched refs:getLocaleToLevel (Results 1 – 5 of 5) sorted by relevance
18 …public static final Set<String> CLDR_LOCALES = StandardCodes.make().getLocaleToLevel(Organization.…
82 Map<String, Level> onlyLocales = StandardCodes.make().getLocaleToLevel(Organization.cldr); in TestAll()
412 … final Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(organization); in main()
71 … Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(Organization.google); in gatherData()
391 public Map<String, Level> getLocaleToLevel(Organization org) { in getLocaleToLevel() method in StandardCodes