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.cpp247 auto styled_string = in TEST() local
249 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u}); in TEST()
250 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u}); in TEST()
256 {} /* product */, std::move(styled_string), in TEST()
/frameworks/base/tools/aapt2/
DResourceParser.cpp737 std::unique_ptr<StyledString> styled_string = in ParseXml() local
740 styled_string->untranslatable_sections = std::move(untranslatable_sections); in ParseXml()
741 return std::move(styled_string); in ParseXml()