Home | History | Annotate | Download | only in editing

Lines Matching refs:textEnd

841 static int collapsedSpaceLength(RenderText* renderer, int textEnd)
845 for (int i = textEnd; i < length; ++i) {
847 return i - textEnd;
850 return length - textEnd;