Searched refs:kLocales (Results 1 – 2 of 2) sorted by relevance
27 } kLocales[] = { in ScopedLocale() local33 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()
1200 static const char* kLocales[] = { "en-GB", "en-US", "en-CA", "en-AU" }; in TEST_F() local1202 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()