Searched refs:protectCollection (Results 1 – 15 of 15) sorted by relevance
168 CldrUtility.protectCollection(platform_level_locale); in read()169 platform_locale_level = CldrUtility.protectCollection(platform_locale_level); in read()170 platform_locale_levelString = CldrUtility.protectCollection(platform_locale_levelString); in read()
98 country_to_zoneSet = CldrUtility.protectCollection(country_to_zoneSet); in make_zone_to_country()786 zoneData = CldrUtility.protectCollection(zoneData); // protect for later in makeZoneData()981 linkNew_oldSet = CldrUtility.protectCollection(linkNew_oldSet); in makeZoneData()982 linkold_new = CldrUtility.protectCollection(linkold_new); in makeZoneData()983 ruleID_rules = CldrUtility.protectCollection(ruleID_rules); in makeZoneData()984 zone_rules = CldrUtility.protectCollection(zone_rules); in makeZoneData()
116 return CldrUtility.protectCollection(output); in toUnmodifiableCollection()142 return CldrUtility.protectCollection(toCollection(filter, output)); in toUnmodifiableCollection()
48 CldrUtility.protectCollection(data); in CharacterFallbacks()
66 data = CldrUtility.protectCollection(data); in freeze()
724 country_modernCurrency = CldrUtility.protectCollection(country_modernCurrency); in StandardCodes()871 WorldBankInfo = CldrUtility.protectCollection(WorldBankInfo);883 moribundLanguages = CldrUtility.protectCollection(moribundLanguages);1235 LSTREG_RAW = CldrUtility.protectCollection(rawLstreg);1273 LSTREG = CldrUtility.protectCollection(result);1274 LSTREG_ENUM = CldrUtility.protectCollection(result2);
1118 typeToZoneToRegionToZone = CldrUtility.protectCollection(typeToZoneToRegionToZone);1119 typeToTagToReplacement = CldrUtility.protectCollection(typeToTagToReplacement);1131 CldrUtility.protectCollection(languageToBasicLanguageData);1174 typeToLocaleToDayPeriodInfo = CldrUtility.protectCollection(typeToLocaleToDayPeriodInfo);1175 languageMatch = CldrUtility.protectCollection(languageMatch);1182 CldrUtility.protectCollection(bcp47Descriptions);1183 CldrUtility.protectCollection(bcp47Since);1184 CldrUtility.protectCollection(bcp47Preferred);1185 CldrUtility.protectCollection(bcp47Deprecated);1186 CldrUtility.protectCollection(bcp47ValueType);[all …]
463 public static <T> T protectCollection(T source) { in protectCollection() method in CldrUtility471 builder.put(protectCollection(key), protectCollection(value)); in protectCollection()478 builder.put(protectCollection(entry.getKey()), protectCollection(entry.getValue())); in protectCollection()489 resultCollection.add(protectCollection(item)); in protectCollection()524 sourceMap.put(protectCollection(key), protectCollectionX(tempMap.get(key))); in protectCollectionX()
91 CldrUtility.protectCollection(newLocaleToOrganizationToMaxVote); in computeMaxVotesAndSet()
95 … quantityToUsageToRegionsToInfo = CldrUtility.protectCollection(quantityToUsageToRegionsToInfo); in freeze()
217 …calFeature, Map<GrammaticalScope, Set<String>>>> temp = CldrUtility.protectCollection(targetToFeat… in freeze()
92 typeToCountToSample = CldrUtility.protectCollection(typeToCountToSample); in freeze()
104 nameToCountryCode = CldrUtility.protectCollection(nameToCountryCode); in loadNames()
254 BASE_TO_FACTOR_TO_UNIT = CldrUtility.protectCollection(_BASE_TO_BEST);
145 this.patternData = CldrUtility.protectCollection(_patternData); in SimpleNameObject()