Home
last modified time | relevance | path

Searched refs:UntranslatableSection (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h207 struct UntranslatableSection { struct
215 inline bool operator==(const UntranslatableSection& a, const UntranslatableSection& b) { argument
219 inline bool operator!=(const UntranslatableSection& a, const UntranslatableSection& b) {
229 std::vector<UntranslatableSection> untranslatable_sections;
246 std::vector<UntranslatableSection> untranslatable_sections;
DResourceParser.h82 std::vector<UntranslatableSection>* out_untranslatable_sections);
DResourceUtils.h240 std::vector<UntranslatableSection> untranslatable_sections;
DResourceValues.cpp249 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()
305 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()
DResourceParser.cpp234 std::vector<UntranslatableSection>* out_untranslatable_sections) { in FlattenXmlSubtree()
731 std::vector<UntranslatableSection> untranslatable_sections; in ParseXml()
DResourceUtils.cpp961 UntranslatableSection section; in StartUntranslatable()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp163 original_string->untranslatable_sections = {UntranslatableSection{11u, 15u}}; in TEST()
270 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u}); in TEST()
271 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u}); in TEST()
274 string->untranslatable_sections.push_back(UntranslatableSection{6u, 11u}); in TEST()
DPseudolocaleGenerator.cpp60 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan()
252 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit()