Searched refs:UntranslatableSection (Results 1 – 8 of 8) sorted by relevance
207 struct UntranslatableSection { struct215 inline bool operator==(const UntranslatableSection& a, const UntranslatableSection& b) { argument219 inline bool operator!=(const UntranslatableSection& a, const UntranslatableSection& b) {229 std::vector<UntranslatableSection> untranslatable_sections;246 std::vector<UntranslatableSection> untranslatable_sections;
82 std::vector<UntranslatableSection>* out_untranslatable_sections);
240 std::vector<UntranslatableSection> untranslatable_sections;
249 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()305 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()
234 std::vector<UntranslatableSection>* out_untranslatable_sections) { in FlattenXmlSubtree()731 std::vector<UntranslatableSection> untranslatable_sections; in ParseXml()
961 UntranslatableSection section; in StartUntranslatable()
163 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()
60 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan()252 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit()