OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCanonicalLocale
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/i18n/
rtl.h
40
std::string
GetCanonicalLocale
(const char* locale);
rtl.cc
53
std::string
GetCanonicalLocale
(const char* locale) {
/external/chromium_org/base/i18n/
rtl.h
43
BASE_I18N_EXPORT std::string
GetCanonicalLocale
(const char* locale);
rtl.cc
81
std::string
GetCanonicalLocale
(const char* locale) {
/external/chromium_org/ui/base/l10n/
l10n_util.cc
267
std::string
GetCanonicalLocale
(const std::string& locale) {
268
return base::i18n::
GetCanonicalLocale
(locale.c_str());
438
candidates.push_back(
GetCanonicalLocale
(pref_locale));
445
std::back_inserter(candidates), &
GetCanonicalLocale
);
468
candidates.push_back(base::i18n::
GetCanonicalLocale
(*languages));
Completed in 38 milliseconds