Home | History | Annotate | Download | only in impl

Lines Matching refs:lastStarterInDest

1401                 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(),
1403 StringBuilder middle=new StringBuilder((buffer.length()-lastStarterInDest)+
1405 middle.append(buffer.getStringBuilder(), lastStarterInDest, buffer.length());
1406 buffer.removeSuffix(buffer.length()-lastStarterInDest);