Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-relative-time-format.cc86 JSObject::GetDataProperty(r, factory->locale_string()); in InitializeRelativeTimeFormat()
174 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-list-format.cc180 JSObject::GetDataProperty(r, factory->locale_string()); in InitializeListFormat()
211 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
Djs-plural-rules.cc155 Handle<String> locale_str = isolate->factory()->locale_string(); in InitializePluralRules()
Djs-collator.cc168 isolate->factory()->locale_string(), result); in ResolvedOptions()
/external/libchrome/base/i18n/
Drtl.h52 BASE_I18N_EXPORT void SetICUDefaultLocale(const std::string& locale_string);
/external/icu/icu4c/source/test/intltest/
Dlistformattertest.h92 const char* locale_string,
Dlistformattertest.cpp94 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() argument
97 …LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCo… in CheckFourCases()
99 …ateInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(e… in CheckFourCases()
/external/v8/src/builtins/
Dbuiltins-intl.cc721 Handle<String> locale_string; in CreateLocale() local
723 locale_string = in CreateLocale()
726 ASSIGN_RETURN_ON_EXCEPTION(isolate, locale_string, in CreateLocale()
740 locale_string, options_object); in CreateLocale()
/external/v8/src/
Dheap-symbols.h127 V(locale_string, "locale") \