Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.cpp1287 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1288 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1289 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
1671 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
1672 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
1673 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()