Home | History | Annotate | Download | only in rendering

Lines Matching defs:endOfWord

83     int32_t endOfWord;
85 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
88 for (int i = startOfWord + 1; i < endOfWord; i++)