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

  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator_test.cpp 245 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/
ResourceParser.cpp 734 std::unique_ptr<StyledString> styled_string = local
737 styled_string->untranslatable_sections = std::move(untranslatable_sections);
738 return std::move(styled_string);
    [all...]

Completed in 1374 milliseconds