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

/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp287 if(cloneArrayIfNeeded(length, length, FALSE)) {
1157 if(cloneArrayIfNeeded(len+1)) {
1270 if(cloneArrayIfNeeded() && len > 0) {
1417 if(!cloneArrayIfNeeded(newLength, newLength + (newLength >> 2) + kGrowSize,
1499 if(length <= 1 || !cloneArrayIfNeeded()) {
1548 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1570 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1605 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1638 UnicodeString::cloneArrayIfNeeded(int32_t newCapacity, function in class:UnicodeString
1768 return str.cloneArrayIfNeeded(st
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp287 if(cloneArrayIfNeeded(length, length, FALSE)) {
1157 if(cloneArrayIfNeeded(len+1)) {
1270 if(cloneArrayIfNeeded() && len > 0) {
1417 if(!cloneArrayIfNeeded(newLength, newLength + (newLength >> 2) + kGrowSize,
1499 if(length <= 1 || !cloneArrayIfNeeded()) {
1548 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1570 if(oldLength >= targetLength || !cloneArrayIfNeeded(targetLength)) {
1605 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1638 UnicodeString::cloneArrayIfNeeded(int32_t newCapacity, function in class:UnicodeString
1768 return str.cloneArrayIfNeeded(st
[all...]

Completed in 302 milliseconds