Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dresources_test.cpp34 static const std::string kLocale = "zu"; variable
120 ASSERT_GE(png_->height(), y + 1 + h) << "Locale: " << kLocale << " is not found in the file."; in TEST_P()
122 if (matches_locale(loc, kLocale.c_str())) { in TEST_P()
123 EXPECT_TRUE(android::base::StartsWith(loc, kLocale)); in TEST_P()