Searched refs:locale_status (Results 1 – 3 of 3) sorted by relevance
425 Map<String, Level> locale_status = platform_locale_level.get(organization); in getLocaleCoverageLevel() local426 if (locale_status == null) { in getLocaleCoverageLevel()432 Level status = locale_status.get(desiredLocale); in getLocaleCoverageLevel()439 Level status = locale_status.get("*"); in getLocaleCoverageLevel()553 Map<String, Level> locale_status = platform_locale_level.get(organization); in loadPlatformLocaleStatus() local554 if (locale_status == null) { in loadPlatformLocaleStatus()555 … platform_locale_level.put(organization, locale_status = new TreeMap<String, Level>()); in loadPlatformLocaleStatus()557 locale_status.put(locale, status); in loadPlatformLocaleStatus()560 if (locale_status.get(scriptLoc) == null) in loadPlatformLocaleStatus()561 locale_status.put(scriptLoc, status); in loadPlatformLocaleStatus()[all …]
71 … Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(Organization.google); in gatherData() local73 if (locale_status == null) continue; in gatherData()74 Level level = locale_status.get(locale); in gatherData()
499 … Map<String, Level> locale_status = StandardCodes.make().getLocaleToLevel(organization); in main() local500 if (locale_status == null) continue; in main()501 level = locale_status.get(localeID); in main()