Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/compile/
H A 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()
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceParser.cpp807 std::unique_ptr<StyledString> styled_string = in ParseXml() local
811 styled_string->untranslatable_sections = xmlsub_tree.untranslatable_sections; in ParseXml()
812 return std::move(styled_string); in ParseXml()