Home
last modified time | relevance | path

Searched refs:locale_ (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.cc40 locale_("en-US") {} in ChromeBrowserProcessAlloy()
285 DCHECK(!locale_.empty()); in GetApplicationLocale()
286 return locale_; in GetApplicationLocale()
291 locale_ = locale; in SetApplicationLocale()
Dchrome_browser_process_alloy.h124 std::string locale_; variable
/third_party/node/deps/v8/src/objects/
Djs-display-names.cc339 : locale_(locale), width_(StyleToUDateTimePGDisplayWidth(style)) { in DateTimeFieldNames()
342 icu::DateTimePatternGenerator::createInstance(locale_, status)); in DateTimeFieldNames()
350 icu::Locale locale() const override { return locale_; } in locale()
364 icu::Locale locale_; member in v8::internal::__anon676d15f50211::DateTimeFieldNames
Dintl-objects.cc1881 locale_ = icu::Locale::forLanguageTag(iter_->c_str(), status); in next()
1884 return locale_; in next()
1890 icu::Locale locale_; member in v8::internal::__anon0bda2b820911::Iterator
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp87 locale_type locale_; member in glm::io::basic_state_saver
Dio.inl50 , locale_(a.getloc())
56 state_.imbue(locale_);