Searched refs:otherArray (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dcmemory.h247 * @param otherArray must not be NULL
250 void aliasInstead(T *otherArray, int32_t otherCapacity) { argument
251 if(otherArray!=NULL && otherCapacity>0) {
253 ptr=otherArray;
419 * @param otherArray must not be NULL

Completed in 109 milliseconds