Lines Matching refs:Locale
105 const icu::Locale& icu_locale,
117 // Create a calendar using locale, and apply time zone to it.
123 // to the locale as Unicode extension (if they were specified at all).
152 const icu::Locale& icu_locale,
207 // to assume that for given locale NumberingSystem constructor produces the
230 // Set the locale
238 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
243 // This would never happen, since we got the locale from ICU.
246 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
272 const icu::Locale& icu_locale,
275 // to the locale as Unicode extension (if it was specified at all).
378 const icu::Locale& icu_locale,
408 // to assume that for given locale NumberingSystem constructor produces the
491 // Set the locale
499 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
504 // This would never happen, since we got the locale from ICU.
507 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
517 const icu::Locale& icu_locale,
580 const icu::Locale& icu_locale,
713 // Set the locale
721 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
726 // This would never happen, since we got the locale from ICU.
729 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
739 const icu::Locale& icu_locale,
771 const icu::Locale& icu_locale,
776 // Set the locale
784 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
789 // This would never happen, since we got the locale from ICU.
792 isolate->factory()->NewStringFromAscii(CStrVector("locale")),
817 Handle<String> locale,
820 // Convert BCP47 into ICU locale format.
822 icu::Locale icu_locale;
825 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
832 icu_locale = icu::Locale(icu_result);
839 icu::Locale no_extension_locale(icu_locale.getBaseName());
881 Handle<String> locale,
884 // Convert BCP47 into ICU locale format.
886 icu::Locale icu_locale;
889 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
896 icu_locale = icu::Locale(icu_result);
903 icu::Locale no_extension_locale(icu_locale.getBaseName());
945 Handle<String> locale,
948 // Convert BCP47 into ICU locale format.
950 icu::Locale icu_locale;
953 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
960 icu_locale = icu::Locale(icu_result);
966 icu::Locale no_extension_locale(icu_locale.getBaseName());
1006 Handle<String> locale,
1009 // Convert BCP47 into ICU locale format.
1011 icu::Locale icu_locale;
1014 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
1021 icu_locale = icu::Locale(icu_result);
1028 icu::Locale no_extension_locale(icu_locale.getBaseName());
1032 // Set resolved settings (locale).