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

  /external/icu/icu4c/source/common/
unistr_case.cpp 196 int32_t *bufferToDelete = 0;
197 if (!cloneArrayIfNeeded(newLength, newLength, FALSE, &bufferToDelete, TRUE)) {
205 if (bufferToDelete) {
206 uprv_free(bufferToDelete);
unistr.cpp     [all...]

Completed in 478 milliseconds