Searched refs:nextStart (Results 1 – 1 of 1) sorted by relevance
567 int nextStart = 0; in stripTopLayoutAttributes() local576 sb.append(xml.substring(nextStart, regionStart)); in stripTopLayoutAttributes()578 nextStart = regionStart + r.getLength(); in stripTopLayoutAttributes()580 if (nextStart < xml.length()) { in stripTopLayoutAttributes()581 sb.append(xml.substring(nextStart)); in stripTopLayoutAttributes()