Home
last modified time | relevance | path

Searched refs:available_locales (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A 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);
1184 bits = available_locales.get(calLocales[i]);
1187 available_locales.put(allLocales[i], bits);
1194 bits = available_locales.get(dateLocales[i]);
1197 available_locales.put(allLocales[i], bits);
1204 bits = available_locales.get(numLocales[i]);
1207 available_locales.put(allLocales[i], bits);
1214 bits = available_locales
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A 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);
1186 bits = available_locales.get(calLocales[i]);
1189 available_locales.put(allLocales[i], bits);
1196 bits = available_locales.get(dateLocales[i]);
1199 available_locales.put(allLocales[i], bits);
1206 bits = available_locales.get(numLocales[i]);
1209 available_locales.put(allLocales[i], bits);
1216 bits = available_locales
[all...]
/third_party/node/deps/v8/src/objects/
H A 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()
1835 BestAvailableLocale(available_locales, no_extension_locale); in LookupSupportedLocales()
1849 Isolate* isolate, const std::set<std::string>& available_locales, in BuildLocaleMatcher()
1858 for (auto it = available_locales.begin(); it != available_locales.end(); in BuildLocaleMatcher()
1910 const std::set<std::string>& available_locales, in BestFitMatcher()
1914 std::string bestfit = BuildLocaleMatcher(isolate, available_locales, in BestFitMatcher()
1819 LookupSupportedLocales( const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) LookupSupportedLocales() argument
1848 BuildLocaleMatcher( Isolate* isolate, const std::set<std::string>& available_locales, UErrorCode* status) BuildLocaleMatcher() argument
1909 BestFitMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitMatcher() argument
1924 BestFitSupportedLocales( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitSupportedLocales() argument
1980 SupportedLocales( Isolate* isolate, const char* method_name, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, Handle<Object> options) SupportedLocales() argument
2216 SupportedLocalesOf( Isolate* isolate, const char* method_name, const std::set<std::string>& available_locales, Handle<Object> locales, Handle<Object> options) SupportedLocalesOf() argument
2378 LookupMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) LookupMatcher() argument
2437 ResolveLocale( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, MatcherOption matcher, const std::set<std::string>& relevant_extension_keys) ResolveLocale() argument
2671 static base::LazyInstance<Intl::AvailableLocales<>>::type available_locales = GetAvailableLocales() local
2687 available_locales = LAZY_INSTANCE_INITIALIZER; GetAvailableLocalesForDateFormat() local
[all...]
H A Djs-list-format.cc303 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
304 return available_locales.Pointer()->Get(); in GetAvailableLocales()
H A Dintl-objects.h98 const std::set<std::string>& available_locales, Handle<Object> locales_in,
264 Isolate* isolate, const std::set<std::string>& available_locales,
272 // available_locales = LAZY_INSTANCE_INITIALIZER;
273 // return available_locales.Pointer()->Get();
H A Djs-collator.cc579 static base::LazyInstance<CollatorAvailableLocales>::type available_locales = in GetAvailableLocales() local
581 return available_locales.Pointer()->Get(); in GetAvailableLocales()
H A Djs-plural-rules.cc353 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
354 return available_locales.Pointer()->Get(); in GetAvailableLocales()
H A Djs-display-names.cc625 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
626 return available_locales.Pointer()->Get(); in GetAvailableLocales()
H A Djs-number-format.cc2161 available_locales = LAZY_INSTANCE_INITIALIZER; in GetAvailableLocales() local
2162 return available_locales.Pointer()->Get(); in GetAvailableLocales()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 16 milliseconds