Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1594 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local
1596 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()
1598 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local
1599 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1603 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() local
1605 StringBuilder middle=new StringBuilder((buffer.length()-lastBoundaryInDest)+ in makeFCDAndAppend()
1607 middle.append(buffer.getStringBuilder(), lastBoundaryInDest, buffer.length()); in makeFCDAndAppend() local
1608 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local
2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()
2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2278 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local
2280 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()
2281 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local
2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()
2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() local
2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend()
2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()