Home | History | Annotate | Download | only in editing

Lines Matching refs:textEnd

840 static int collapsedSpaceLength(RenderText* renderer, int textEnd)
844 for (int i = textEnd; i < length; ++i) {
846 return i - textEnd;
849 return length - textEnd;