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

  /frameworks/base/tools/aapt2/
ResourceValues.h 191 std::vector<UntranslatableSection> untranslatable_sections; member in struct:aapt::String
207 std::vector<UntranslatableSection> untranslatable_sections; member in struct:aapt::StyledString
ResourceParser.cpp 579 std::vector<UntranslatableSection> untranslatable_sections; local
580 if (!FlattenXmlSubtree(parser, &raw_value, &style_string, &untranslatable_sections)) {
589 styled_string->untranslatable_sections = std::move(untranslatable_sections);
618 string->untranslatable_sections = std::move(untranslatable_sections);
    [all...]

Completed in 276 milliseconds