Searched refs:foundBreakCount (Results 1 – 1 of 1) sorted by relevance
1604 int32_t foundBreakCount = 0; in checkDictionary() local1679 … foundBreakCount += lbe->findBreaks(fText, rangeStart, rangeEnd, FALSE, fBreakType, breaks); in checkDictionary()1689 if (foundBreakCount > 0) { in checkDictionary()1690 int32_t totalBreaks = foundBreakCount; in checkDictionary()1704 for (int32_t i = 0; i < foundBreakCount; ++i) { in checkDictionary()