HomeSort by relevance Sort by last modified time
    Searched defs:untranslatable_sections (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/
ResourceUtils.h 231 std::vector<UntranslatableSection> untranslatable_sections; member in struct:aapt::ResourceUtils::FlattenedXmlString
ResourceValues.h 229 std::vector<UntranslatableSection> untranslatable_sections; member in struct:aapt::String
246 std::vector<UntranslatableSection> untranslatable_sections; member in struct:aapt::StyledString
ResourceParser.cpp 378 *out_untranslatable_sections = std::move(flattened_string.untranslatable_sections);
727 std::vector<UntranslatableSection> untranslatable_sections; local
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);
    [all...]

Completed in 68 milliseconds