Home | History | Annotate | Download | only in rendering

Lines Matching defs:endOfWord

115     int32_t endOfWord;
117 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
120 for (int i = startOfWord + 1; i < endOfWord; i++)