Home | History | Annotate | Download | only in common

Lines Matching refs:totalBreaks

1691         int32_t totalBreaks = foundBreakCount;
1693 totalBreaks += 1;
1696 totalBreaks += 1;
1698 fCachedBreakPositions = (int32_t *)uprv_malloc(totalBreaks * sizeof(int32_t));
1701 fNumCachedBreakPositions = totalBreaks;