Home
last modified time | relevance | path

Searched refs:foundBreakCount (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Drbbi.cpp1604 int32_t foundBreakCount = 0; in checkDictionary() local
1679foundBreakCount += 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()