Home | History | Annotate | Download | only in aapt2

Lines Matching defs:untranslatable_sections

378   *out_untranslatable_sections = std::move(flattened_string.untranslatable_sections);
727 std::vector<UntranslatableSection> untranslatable_sections;
728 if (!FlattenXmlSubtree(parser, &raw_value, &style_string, &untranslatable_sections)) {
737 styled_string->untranslatable_sections = std::move(untranslatable_sections);
765 string->untranslatable_sections = std::move(untranslatable_sections);