• Home
  • Raw
  • Download

Lines Matching refs:foundBreaks

53                                  UVector32 &foundBreaks,  in findBreaks()  argument
75 …result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks, isPhraseBreaking, status… in findBreaks()
236 UVector32 &foundBreaks, in divideUpDictionaryRange() argument
409 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
414 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
415 (void) foundBreaks.popi(); in divideUpDictionaryRange()
476 UVector32 &foundBreaks, in divideUpDictionaryRange() argument
606 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
611 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
612 (void) foundBreaks.popi(); in divideUpDictionaryRange()
669 UVector32 &foundBreaks, in divideUpDictionaryRange() argument
799 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
804 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
805 (void) foundBreaks.popi(); in divideUpDictionaryRange()
875 UVector32 &foundBreaks, in divideUpDictionaryRange() argument
1037 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange()
1042 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange()
1043 (void) foundBreaks.popi(); in divideUpDictionaryRange()
1126 UVector32 &foundBreaks, in divideUpDictionaryRange() argument
1393 if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) { in divideUpDictionaryRange()
1411 U_ASSERT(foundBreaks.size() == 0 || foundBreaks.peeki() < utextPos); in divideUpDictionaryRange()
1418 foundBreaks.push(utextPos, status); in divideUpDictionaryRange()
1433 if (!foundBreaks.isEmpty() && foundBreaks.peeki() == rangeEnd) { in divideUpDictionaryRange()
1441 foundBreaks.popi(); in divideUpDictionaryRange()
1445 foundBreaks.popi(); in divideUpDictionaryRange()