Searched defs:cloneArrayIfNeeded (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dunistr.cpp293 if(cloneArrayIfNeeded(length, length, FALSE)) {
1238 if(cloneArrayIfNeeded() && len > 0) {
1385 if(!cloneArrayIfNeeded(newLength, newLength + (newLength >> 2) + kGrowSize,
1467 if(length <= 1 || !cloneArrayIfNeeded()) {
1516 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1538 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1573 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1606 UnicodeString::cloneArrayIfNeeded(int32_t newCapacity, function in class:UnicodeString
1733 return str.cloneArrayIfNeeded(str.length() + appendCapacity);
1746 if(str.cloneArrayIfNeeded(oldLengt
[all...]

Completed in 164 milliseconds