Lines Matching full:deletes
99 * "Smart pointer" class, deletes memory via uprv_free().
114 * Destructor deletes the memory it owns.
120 * Deletes the array it owns,
129 * Deletes the array it owns, allocates a new one and reset its bytes to 0.
138 * Deletes the array it owns and allocates a new one, copying length T items.
213 * Destructor deletes the array (if owned).
245 * Deletes the array (if owned) and aliases another one, no transfer of ownership.
259 * Deletes the array (if owned) and allocates a new one, copying length T items.
380 * Destructor deletes the memory (if owned).
417 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership.
431 * Deletes the memory block (if owned) and allocates a new one,