Lines Matching refs:foundBreaks
47 UVector32 &foundBreaks ) const { in findBreaks()
66 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks); in findBreaks()
224 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
399 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
404 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
405 (void) foundBreaks.popi(); in divideUpDictionaryRange()
463 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
595 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
600 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
601 (void) foundBreaks.popi(); in divideUpDictionaryRange()
656 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
788 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
793 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
794 (void) foundBreaks.popi(); in divideUpDictionaryRange()
861 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
1025 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
1030 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
1031 (void) foundBreaks.popi(); in divideUpDictionaryRange()
1111 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
1353 if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) { in divideUpDictionaryRange()
1370 U_ASSERT(foundBreaks.size() == 0 || foundBreaks.peeki() < utextPos); in divideUpDictionaryRange()
1371 foundBreaks.push(utextPos, status); in divideUpDictionaryRange()