Searched refs:destSuffixLength (Results 1 – 1 of 1) sorted by relevance
1709 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local1710 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()1711 buffer.removeSuffix(destSuffixLength); in composeAndAppend()2280 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local2281 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()2282 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()