Searched refs:lastStarterInDest (Results 1 – 2 of 2) sorted by relevance
1401 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(), in composeAndAppend() local1403 StringBuilder middle=new StringBuilder((buffer.length()-lastStarterInDest)+ in composeAndAppend()1405 middle.append(buffer.getStringBuilder(), lastStarterInDest, buffer.length()); in composeAndAppend() local1406 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1456 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), in composeAndAppend() local1458 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend()1459 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()