| 29 | namespace |
| 30 | { |
| 31 | int getLength (const Array<AttributedString::Attribute>& atts) noexcept |
| 32 | { |
| 33 | return atts.size() != 0 ? atts.getReference (atts.size() - 1).range.getEnd() : 0; |
| 34 | } |
| 35 | |
| 36 | void splitAttributeRanges (Array<AttributedString::Attribute>& atts, int position) |
| 37 | { |
no test coverage detected