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

/external/icu/icu4c/source/common/
H A Dunistr.cpp271 if(cloneArrayIfNeeded(length, length, FALSE)) {
1247 if(len<INT32_MAX && cloneArrayIfNeeded(len+1)) {
1359 if(cloneArrayIfNeeded() && len > 0) {
1467 // cloneArrayIfNeeded(doCopyArray=FALSE) may change fArray but will not copy the current contents;
1482 if(!cloneArrayIfNeeded(newLength, getGrowCapacity(newLength),
1549 cloneArrayIfNeeded(newLength, getGrowCapacity(newLength))) {
1612 if(length <= 1 || !cloneArrayIfNeeded()) {
1661 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1683 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1718 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacit
1751 UnicodeString::cloneArrayIfNeeded(int32_t newCapacity, function in class:UnicodeString
[all...]

Completed in 778 milliseconds