Home
last modified time | relevance | path

Searched refs:substringRanges (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DUString.cpp1057 UString UString::spliceSubstringsWithSeparators(const Range* substringRanges, int rangeCount, const… in spliceSubstringsWithSeparators() argument
1063 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()
DUString.h279 …UString spliceSubstringsWithSeparators(const Range* substringRanges, int rangeCount, const UString…