Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DEncodedArrayItem.java74 EncodedArrayItem otherArray = (EncodedArrayItem) other; in compareTo0() local
76 return array.compareTo(otherArray.array); in compareTo0()
/external/icu4c/common/
Dcmemory.h250 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
251 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
253 ptr=otherArray; in aliasInstead()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DAMutableArray.m91 - (void) addObjectsFromArray:(NSArray *)otherArray
94 cnt = [otherArray count];
97 [self addObject:[otherArray objectAtIndex:i]];