Home
last modified time | relevance | path

Searched refs:DefaultLocale (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dintl-objects.h262 static std::string DefaultLocale(Isolate* isolate);
Dintl-objects.cc1164 std::string Intl::DefaultLocale(Isolate* isolate) { in DefaultLocale() function in v8::internal::Intl
1977 ? Intl::DefaultLocale(isolate) in StringLocaleConvertCase()
/external/v8/src/runtime/
Druntime-intl.cc143 Intl::DefaultLocale(isolate).c_str()); in RUNTIME_FUNCTION()