Searched refs:lastStarterInDest (Results 1 – 3 of 3) sorted by relevance
1453 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(), in composeAndAppend() local1455 StringBuilder middle=new StringBuilder((buffer.length()-lastStarterInDest)+ in composeAndAppend()1457 middle.append(buffer.getStringBuilder(), lastStarterInDest, buffer.length()); in composeAndAppend() local1458 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1444 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(), in composeAndAppend() local1446 StringBuilder middle=new StringBuilder((buffer.length()-lastStarterInDest)+ in composeAndAppend()1448 middle.append(buffer.getStringBuilder(), lastStarterInDest, buffer.length()); in composeAndAppend() local1449 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1707 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), in composeAndAppend() local1709 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend()1710 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()