Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp1923 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local
1933 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()
1936 return lengthDelta; in repTextReplace()
2195 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local
2196 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()
2198 return lengthDelta; in unistrTextReplace()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1758 for (var i = 0, lengthDelta = hexString.length - resultString.length; i < lengthDelta; ++i)