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 212 EXPECT_FALSE(resource_bundle->LocaleDataPakExists(locale));
220 EXPECT_TRUE(resource_bundle->LocaleDataPakExists(locale));
371 TEST_F(ResourceBundleTest, LocaleDataPakExists) {
374 // Check that ResourceBundle::LocaleDataPakExists returns the correct results.
375 EXPECT_TRUE(resource_bundle->LocaleDataPakExists("en-US"));
376 EXPECT_FALSE(resource_bundle->LocaleDataPakExists("not_a_real_locale"));
resource_bundle.h 159 bool LocaleDataPakExists(const std::string& locale);
resource_bundle.cc 220 bool ResourceBundle::LocaleDataPakExists(const std::string& locale) {
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 245 // TODO(hshi): make ResourceBundle::LocaleDataPakExists() a static function
248 return ResourceBundle::GetSharedInstance().LocaleDataPakExists(locale);

Completed in 104 milliseconds