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