Searched refs:foundBreakCount (Results 1 – 1 of 1) sorted by relevance
1666 int32_t foundBreakCount = 0; in checkDictionary() local1741 … foundBreakCount += lbe->findBreaks(fText, rangeStart, rangeEnd, FALSE, fBreakType, breaks); in checkDictionary()1751 if (foundBreakCount > 0) { in checkDictionary()1752 int32_t totalBreaks = foundBreakCount; in checkDictionary()1766 for (int32_t i = 0; i < foundBreakCount; ++i) { in checkDictionary()