Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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()