Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1709 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1710 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1711 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
2280 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
2281 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
2282 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()