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

  /external/icu4c/common/
unistr_case.cpp 119 int32_t *bufferToDelete = 0;
120 if(!cloneArrayIfNeeded(capacity, capacity, FALSE, &bufferToDelete, TRUE)) {
134 if (bufferToDelete) {
135 uprv_free(bufferToDelete);
unistr.cpp     [all...]

Completed in 703 milliseconds