OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ui_language_code
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_ui.cc
121
const std::string&
ui_language_code
) {
133
return
ui_language_code
;
137
if (
ui_language_code
.empty()) {
142
NormalizeLanguageCode(
ui_language_code
);
152
ui_language_code
) != rule.GetLanguages().end() ||
160
ui_language_code
) != rule.GetInputLanguages().end() ||
165
return
ui_language_code
;
182
const std::string&
ui_language_code
,
195
GetComponentsLanguageCode(rule,
ui_language_code
);
202
// If latinized rules are available and the |
ui_language_code
| is not th
[
all
...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
address_ui.h
39
// |
ui_language_code
| is not the primary language code used in the region, then
49
const std::string&
ui_language_code
,
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
address_ui_test.cc
125
const char*
ui_language_code
;
member in struct:i18n::addressinput::__anon16198::LanguageCodeData
162
kLangugeCodes[i].
ui_language_code
+ ", components language code = " +
166
kLangugeCodes[i].
ui_language_code
,
/external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc
63
// |
ui_language_code
|. If |components_language_code| is not NULL, then sets it
67
const std::string&
ui_language_code
,
74
country_code,
ui_language_code
, components_language_code);
78
kDefaultCountryCode,
ui_language_code
, components_language_code);
Completed in 89 milliseconds