Searched refs:otherLength (Results 1 – 1 of 1) sorted by relevance
269 auto otherLength = wOther.length(); in ReplaceString() local270 if (otherLength == 0) { in ReplaceString()277 UpdateSpansWithOffset(start, otherLength - length); in ReplaceString()278 UpdateSpanMapWithOffset(start, otherLength - length); in ReplaceString()347 auto otherLength = wOther.length(); in InsertString() local352 spanItem->interval = { 0, otherLength }; in InsertString()376 UpdateSpansAndSpanMapWithOffsetAfterInsert(start, otherLength, useFrontStyle); in InsertString()