Searched refs:destSuffixLength (Results 1 – 1 of 1) sorted by relevance
1458 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local1459 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()1460 buffer.removeSuffix(destSuffixLength); in composeAndAppend()1769 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local1770 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()1771 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()