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

/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator_test.cpp245 auto styled_string = local
247 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u});
248 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u});
254 {} /* product */, std::move(styled_string),
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp734 std::unique_ptr<StyledString> styled_string = local
737 styled_string->untranslatable_sections = std::move(untranslatable_sections);
738 return std::move(styled_string);

Completed in 11 milliseconds