Home
last modified time | relevance | path

Searched refs:lastStarterInDest (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1401 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(), in composeAndAppend() local
1403 StringBuilder middle=new StringBuilder((buffer.length()-lastStarterInDest)+ in composeAndAppend()
1405 middle.append(buffer.getStringBuilder(), lastStarterInDest, buffer.length()); in composeAndAppend() local
1406 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1456 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), in composeAndAppend() local
1458 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend()
1459 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()