Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp272 auto styled_string = in TEST() local
274 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u}); in TEST()
275 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u}); in TEST()
281 .SetValue(std::move(styled_string)) in TEST()
/frameworks/base/tools/aapt2/
DResourceParser.cpp785 std::unique_ptr<StyledString> styled_string = in ParseXml() local
789 styled_string->untranslatable_sections = xmlsub_tree.untranslatable_sections; in ParseXml()
790 return std::move(styled_string); in ParseXml()