Lines Matching refs:breaks
1576 UStack breaks(status);
1627 // any breaks within the span.
1649 // Ask the language object if there are any breaks. It will leave the text
1652 foundBreakCount += lbe->findBreaks(fText, rangeStart, rangeEnd, FALSE, fBreakType, breaks);
1660 // If we found breaks, build a new break cache. The first and last entries must
1664 if (startPos < breaks.elementAti(0)) {
1667 if (endPos > breaks.peeki()) {
1674 if (startPos < breaks.elementAti(0)) {
1678 fCachedBreakPositions[out++] = breaks.elementAti(i);
1683 // If there are breaks, then by definition, we are replacing the original
1684 // proposed break by one of the breaks we found. Use following() and
1693 // If the allocation failed, just fall through to the "no breaks found" case.
1696 // If we get here, there were no language-based breaks. Set the text pointer