Searched refs:getLocaleToLevel (Results 1 – 5 of 5) sorted by relevance
37 .addAll(StandardCodes.make().getLocaleToLevel(Organization.cldr).keySet()).build();
82 Map<String, Level> onlyLocales = StandardCodes.make().getLocaleToLevel(Organization.cldr); in TestAll()
502 … Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(organization); in main()
71 … Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(Organization.google); in gatherData()
397 public Map<String, Level> getLocaleToLevel(Organization org) { in getLocaleToLevel() method in StandardCodes