Searched refs:lastBoundaryInDest (Results 1 – 3 of 3) sorted by relevance
1603 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local1605 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()1607 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local1608 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
1594 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local1596 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()1598 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local1599 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
2278 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local2280 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()2281 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()