Searched defs:otherCapacity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.h248 * @param otherCapacity must be >0
250 void aliasInstead(T *otherArray, int32_t otherCapacity) { argument
251 if(otherArray!=NULL && otherCapacity>0) {
254 capacity=otherCapacity;
420 * @param otherCapacity must be >0
422 void aliasInstead(H *otherMemory, int32_t otherCapacity) { argument
423 if(otherMemory!=NULL && otherCapacity>0) {
426 capacity=otherCapacity;
/external/icu4c/common/
H A Dcmemory.h298 * @param otherCapacity must be >0
300 void aliasInstead(T *otherArray, int32_t otherCapacity) { argument
301 if(otherArray!=NULL && otherCapacity>0) {
304 capacity=otherCapacity;
475 * @param otherCapacity must be >0
477 void aliasInstead(H *otherMemory, int32_t otherCapacity) { argument
478 if(otherMemory!=NULL && otherCapacity>0) {
481 capacity=otherCapacity;

Completed in 57 milliseconds