Searched refs:destSuffixLength (Results 1 – 2 of 2) sorted by relevance
1842 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local1843 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend()2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()