Home
last modified time | relevance | path

Searched refs:locale_string (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dlistformattertest.h96 const char* locale_string,
Dlistformattertest.cpp129 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() argument
132 …LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCo… in CheckFourCases()
134 …ateInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(e… in CheckFourCases()
/third_party/node/deps/v8/src/objects/
Djs-segmenter.cc145 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-collator.cc210 isolate, options, isolate->factory()->locale_string(), in ResolvedOptions()
218 isolate, options, isolate->factory()->locale_string(), locale.c_str()); in ResolvedOptions()
Djs-break-iterator.cc185 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-list-format.cc164 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-relative-time-format.cc261 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-display-names.cc565 isolate, options, factory->locale_string(), locale, Just(kDontThrow)); in ResolvedOptions()
Djs-number-format.cc958 factory->locale_string(), locale, in ResolvedOptions()
Djs-date-time-format.cc627 isolate, options, factory->locale_string(), locale, Just(kDontThrow)); in ResolvedOptions()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-intl.cc718 Handle<String> locale_string; in BUILTIN() local
723 locale_string = JSLocale::ToString(isolate, Handle<JSLocale>::cast(tag)); in BUILTIN()
726 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, locale_string, in BUILTIN()
737 isolate, JSLocale::New(isolate, map, locale_string, options_object)); in BUILTIN()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h75 V(_, locale_string, "locale") \