Home | History | Annotate | Download | only in rendering

Lines Matching defs:endOfWord

122     int32_t endOfWord;
124 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
127 for (int i = startOfWord + 1; i < endOfWord; i++)