Searched refs:gapLen (Results 1 – 1 of 1) sorted by relevance
517 int gapLen = gapEnd - gapStart; in deleteInsignificantText() local518 if (indicesIntersect && gapLen > 0) { in deleteInsignificantText()524 str.remove(gapStart - start - removed, gapLen); in deleteInsignificantText()525 removed += gapLen; in deleteInsignificantText()