Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1460 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1461 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1462 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
1771 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
1772 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
1773 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()