Searched refs:substringRanges (Results 1 – 2 of 2) sorted by relevance
1057 UString UString::spliceSubstringsWithSeparators(const Range* substringRanges, int rangeCount, const… in spliceSubstringsWithSeparators() argument1063 int position = substringRanges[0].position; in spliceSubstringsWithSeparators()1064 int length = substringRanges[0].length; in spliceSubstringsWithSeparators()1072 totalLength += substringRanges[i].length; in spliceSubstringsWithSeparators()1087 … copyChars(buffer + bufferPos, data() + substringRanges[i].position, substringRanges[i].length); in spliceSubstringsWithSeparators()1088 bufferPos += substringRanges[i].length; in spliceSubstringsWithSeparators()
279 …UString spliceSubstringsWithSeparators(const Range* substringRanges, int rangeCount, const UString…