Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator_test.cpp291 StyledString* new_styled_string = test::GetValueForConfig<StyledString>( in TEST() local
293 ASSERT_NE(nullptr, new_styled_string); in TEST()
296 EXPECT_NE(std::string::npos, new_styled_string->value->value.find("world")); in TEST()