Searched refs:destSuffixLength (Results 1 – 1 of 1) sorted by relevance
1287 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local1288 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()1289 buffer.removeSuffix(destSuffixLength); in composeAndAppend()1671 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local1672 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()1673 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()