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

/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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 228 milliseconds