Home
last modified time | relevance | path

Searched refs:ScopedLocale (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/
Dscoped_locale.h16 class ScopedLocale {
18 explicit ScopedLocale(const std::string& locale);
19 ~ScopedLocale();
24 DISALLOW_COPY_AND_ASSIGN(ScopedLocale);
Dscoped_locale.cc13 ScopedLocale::ScopedLocale(const std::string& locale) { in ScopedLocale() function in base::ScopedLocale
19 ScopedLocale::~ScopedLocale() { in ~ScopedLocale()
/external/libchrome/base/strings/
Dsys_string_conversions_unittest.cc82 ScopedLocale locale("en_US.UTF-8"); in TEST()
114 ScopedLocale locale("en_US.UTF-8"); in TEST()
170 ScopedLocale locale("en_US.UTF-8"); in TEST()
/external/libchrome/base/files/
Dfile_path_unittest.cc1138 ScopedLocale locale("en_US.UTF-8"); in TEST_F()