HomeSort by relevance Sort by last modified time
    Searched refs:cloneArrayIfNeeded (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
unistr_case.cpp 98 // In addition, we are forcing cloneArrayIfNeeded() to always allocate a new array.
120 if(!cloneArrayIfNeeded(capacity, capacity, FALSE, &bufferToDelete, TRUE)) {
132 } while(errorCode==U_BUFFER_OVERFLOW_ERROR && cloneArrayIfNeeded(newLength, newLength, FALSE));
unistr_cnv.cpp 323 if(cloneArrayIfNeeded(dataLength, dataLength, FALSE)) {
382 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
unistr.cpp 271 if(cloneArrayIfNeeded(length, length, FALSE)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 179 milliseconds