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

  /external/icu4c/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 333 if(cloneArrayIfNeeded(dataLength, dataLength, FALSE)) {
392 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
unistr.cpp 291 if(cloneArrayIfNeeded(length, length, FALSE)) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr_case.cpp 107 // In addition, we are forcing cloneArrayIfNeeded() to always allocate a new array.
129 if(!cloneArrayIfNeeded(capacity, capacity, FALSE, &bufferToDelete, TRUE)) {
161 } while(errorCode==U_BUFFER_OVERFLOW_ERROR && cloneArrayIfNeeded(newLength, newLength, FALSE));
unistr_cnv.cpp 333 if(cloneArrayIfNeeded(dataLength, dataLength, FALSE)) {
392 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
unistr.cpp 289 if(cloneArrayIfNeeded(length, length, FALSE)) {
1190 if(cloneArrayIfNeeded() && len > 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 202 milliseconds