OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedLocale
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/test/
scoped_locale.h
16
class
ScopedLocale
{
18
explicit
ScopedLocale
(const std::string& locale);
19
~
ScopedLocale
();
24
DISALLOW_COPY_AND_ASSIGN(
ScopedLocale
);
scoped_locale.cc
13
ScopedLocale
::
ScopedLocale
(const std::string& locale) {
19
ScopedLocale
::~
ScopedLocale
() {
/external/libchrome/base/strings/
sys_string_conversions_unittest.cc
82
ScopedLocale
locale("en_US.UTF-8");
114
ScopedLocale
locale("en_US.UTF-8");
170
ScopedLocale
locale("en_US.UTF-8");
/external/libchrome/base/files/
file_path_unittest.cc
[
all
...]
Completed in 113 milliseconds