Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1458 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1459 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1460 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
1769 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
1770 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
1771 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()