Home
last modified time | relevance | path

Searched refs:lastBoundaryInDest (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java1558 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local
1560 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()
1562 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local
1563 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1554 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local
1556 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()
1558 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local
1559 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1769 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local
1771 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()
1772 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()