Home | History | Annotate | Download | only in common

Lines Matching refs:lastBoundaryInDest

1658             const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(),
1660 UnicodeString middle(lastBoundaryInDest,
1661 (int32_t)(buffer.getLimit()-lastBoundaryInDest));
1662 buffer.removeSuffix((int32_t)(buffer.getLimit()-lastBoundaryInDest));