Home
last modified time | relevance | path

Searched refs:available_locales (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGlobalizationPreferences.java1155 BitSet bits = available_locales.get(loc); in isAvailableLocale()
1165 private static final HashMap<ULocale, BitSet> available_locales = new HashMap<>(); field in GlobalizationPreferences
1180 available_locales.put(allLocales[i], bits); in available_locales.put()
1186 bits = available_locales.get(calLocales[i]);
1189 available_locales.put(allLocales[i], bits); in available_locales.put()
1196 bits = available_locales.get(dateLocales[i]);
1199 available_locales.put(allLocales[i], bits); in available_locales.put()
1206 bits = available_locales.get(numLocales[i]);
1209 available_locales.put(allLocales[i], bits); in available_locales.put()
1216 bits = available_locales.get(collLocales[i]);
[all …]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java1153 BitSet bits = available_locales.get(loc); in isAvailableLocale()
1163 private static final HashMap<ULocale, BitSet> available_locales = new HashMap<>(); field in GlobalizationPreferences
1178 available_locales.put(allLocales[i], bits); in available_locales.put()
1184 bits = available_locales.get(calLocales[i]);
1187 available_locales.put(allLocales[i], bits); in available_locales.put()
1194 bits = available_locales.get(dateLocales[i]);
1197 available_locales.put(allLocales[i], bits); in available_locales.put()
1204 bits = available_locales.get(numLocales[i]);
1207 available_locales.put(allLocales[i], bits); in available_locales.put()
1214 bits = available_locales.get(collLocales[i]);
[all …]
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc1720 std::string BestAvailableLocale(const std::set<std::string>& available_locales, in BestAvailableLocale() argument
1729 if (available_locales.find(candidate) != available_locales.end()) { in BestAvailableLocale()
1820 const std::set<std::string>& available_locales, in LookupSupportedLocales() argument
1835 BestAvailableLocale(available_locales, no_extension_locale); in LookupSupportedLocales()
1849 Isolate* isolate, const std::set<std::string>& available_locales, in BuildLocaleMatcher() argument
1858 for (auto it = available_locales.begin(); it != available_locales.end(); in BuildLocaleMatcher()
1910 const std::set<std::string>& available_locales, in BestFitMatcher() argument
1914 std::string bestfit = BuildLocaleMatcher(isolate, available_locales, &status) in BestFitMatcher()
1925 Isolate* isolate, const std::set<std::string>& available_locales, in BestFitSupportedLocales() argument
1929 BuildLocaleMatcher(isolate, available_locales, &status); in BestFitSupportedLocales()
[all …]
Djs-list-format.cc303 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
304 return available_locales.Pointer()->Get(); in GetAvailableLocales()
Dintl-objects.h98 const std::set<std::string>& available_locales, Handle<Object> locales_in,
264 Isolate* isolate, const std::set<std::string>& available_locales,
Djs-plural-rules.cc353 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
354 return available_locales.Pointer()->Get(); in GetAvailableLocales()
Djs-collator.cc579 static base::LazyInstance<CollatorAvailableLocales>::type available_locales = in GetAvailableLocales() local
581 return available_locales.Pointer()->Get(); in GetAvailableLocales()
Djs-display-names.cc625 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
626 return available_locales.Pointer()->Get(); in GetAvailableLocales()
Djs-number-format.cc2161 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
2162 return available_locales.Pointer()->Get(); in GetAvailableLocales()