OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsupported_locales
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/
default_apps.cc
41
static const char*
unsupported_locales
[] = {"CN", "TR", "IR"};
local
42
for (size_t i = 0; i < arraysize(
unsupported_locales
); ++i) {
43
if (EndsWith(locale,
unsupported_locales
[i], false)) {
Completed in 794 milliseconds