Home
last modified time | relevance | path

Searched defs:icu_locale (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-locale.cc103 icu::Locale* icu_locale = locale->icu_locale().raw(); in UnicodeKeywordValue() local
363 icu::Locale icu_locale = builder.build(status); in New() local
388 const icu::Locale& icu_locale) { in Construct()
510 const icu::Locale& icu_locale, in CalendarsForLocale()
520 icu::Locale icu_locale(*(locale->icu_locale().raw())); in Calendars() local
525 icu::Locale icu_locale("und"); in AvailableCalendars() local
531 icu::Locale icu_locale(*(locale->icu_locale().raw())); in Collations() local
541 icu::Locale icu_locale(*(locale->icu_locale().raw())); in HourCycles() local
601 icu::Locale icu_locale(*(locale->icu_locale().raw())); in NumberingSystems() local
633 icu::Locale icu_locale(*(locale->icu_locale().raw())); in TimeZones() local
[all …]
Djs-date-time-format-inl.h25 ACCESSORS(JSDateTimeFormat, icu_locale, Managed<icu::Locale>, kIcuLocaleOffset) in ACCESSORS() argument
Djs-plural-rules.cc28 bool CreateICUPluralRules(Isolate* isolate, const icu::Locale& icu_locale, in CreateICUPluralRules()
119 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-segmenter.cc80 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-collator.cc149 icu::Locale icu_locale(icu_collator->getLocale(ULOC_VALID_LOCALE, status)); in ResolvedOptions() local
373 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-date-time-format.cc589 icu::Locale* icu_locale = date_time_format->icu_locale().raw(); in ResolvedOptions() local
1122 icu::Calendar* CreateCalendar(Isolate* isolate, const icu::Locale& icu_locale, in CreateCalendar()
1181 const icu::Locale& icu_locale, const icu::UnicodeString& skeleton, in CreateICUDateFormat()
1213 icu::SimpleDateFormat* Create(const icu::Locale& icu_locale, in Create()
1244 const icu::Locale& icu_locale, const icu::UnicodeString& skeleton, in CreateICUDateFormatFromCache()
1389 JSDateTimeFormat::DateTimeStyle time_style, icu::Locale& icu_locale, in DateTimeStylePattern()
1600 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-break-iterator.cc68 icu::Locale icu_locale = r.icu_locale; in New() local
Dintl-objects.h259 icu::Locale icu_locale; member
Dintl-objects.cc431 std::string Intl::GetNumberingSystem(const icu::Locale& icu_locale) { in GetNumberingSystem()
452 icu::Locale icu_locale = icu::Locale::forLanguageTag(bcp47_locale, status); in CreateICULocale() local
530 bool RemoveLocaleScriptTag(const std::string& icu_locale, in RemoveLocaleScriptTag()
707 icu::Locale icu_locale = icu::Locale::forLanguageTag(locale.c_str(), error); in CanonicalizeLanguageTag() local
1223 icu::Locale icu_locale(icu_collator.getLocale(ULOC_VALID_LOCALE, status)); in CollatorAllowsFastComparison() local
2299 icu::Locale* icu_locale, const std::set<std::string>& relevant_keys) { in LookupAndValidateUnicodeExtensions()
2451 icu::Locale icu_locale = maybe_icu_locale.FromJust(); in ResolveLocale() local
Djs-list-format.cc118 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-relative-time-format.cc124 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-display-names.cc442 icu::Locale icu_locale = r.icu_locale; in New() local
Djs-number-format.cc1178 icu::Locale icu_locale = r.icu_locale; in New() local
/third_party/node/deps/v8/src/d8/
Dd8.h443 DisallowReassignment<const char*> icu_locale = {"icu-locale", nullptr}; variable