Searched refs:lastBoundaryInDest (Results 1 – 2 of 2) sorted by relevance
1554 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local1556 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()1558 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local1559 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
1767 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local1769 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()1770 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()