HomeSort by relevance Sort by last modified time
    Searched refs:LocaleDataPakExists (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 209 EXPECT_FALSE(resource_bundle->LocaleDataPakExists(locale));
217 EXPECT_TRUE(resource_bundle->LocaleDataPakExists(locale));
331 TEST_F(ResourceBundleTest, LocaleDataPakExists) {
334 // Check that ResourceBundle::LocaleDataPakExists returns the correct results.
335 EXPECT_TRUE(resource_bundle->LocaleDataPakExists("en-US"));
336 EXPECT_FALSE(resource_bundle->LocaleDataPakExists("not_a_real_locale"));
resource_bundle.h 154 bool LocaleDataPakExists(const std::string& locale);
resource_bundle.cc 180 bool ResourceBundle::LocaleDataPakExists(const std::string& locale) {
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 243 // TODO(hshi): make ResourceBundle::LocaleDataPakExists() a static function
246 return ResourceBundle::GetSharedInstance().LocaleDataPakExists(locale);

Completed in 359 milliseconds