Home
last modified time | relevance | path

Searched refs:kLocales (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
Dlocale_tests_browsertest.cc27 } kLocales[] = { in ScopedLocale() local
33 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kLocales); ++i) { in ScopedLocale()
34 if (kLocales[i].chrome_locale == locale) { in ScopedLocale()
36 setenv("LC_ALL", kLocales[i].system_locale, 1); in ScopedLocale()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_unittest.cc1200 static const char* kLocales[] = { "en-GB", "en-US", "en-CA", "en-AU" }; in TEST_F() local
1202 for (size_t j = 0; j < arraysize(kLocales); ++j) { in TEST_F()
1203 ReinitializeSpellCheck(kLocales[j]); in TEST_F()
1219 " in " << kLocales[j]; in TEST_F()