Searched refs:otherArray (Results 1 – 5 of 5) sorted by relevance
351 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument352 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()354 ptr=otherArray; in aliasInstead()
91 - (void) addObjectsFromArray:(NSArray *)otherArray95 cnt = [otherArray count];98 tmp = [otherArray objectAtIndex:i];
297 public void addAll(CldrArray otherArray) { in addAll() argument299 for (String otherKey : otherArray.map.keySet()) { in addAll()302 map.put(narrowPath, otherArray.map.get(otherKey)); in addAll()
2444 id otherArray =2446 if (otherArray) {2451 [resultArray addObjectsFromArray:otherArray];2455 [resultArray addRawValuesFromArray:otherArray];2461 [resultArray addValuesFromArray:otherArray];
794 CFArrayRef otherArray; in CFMutableArrayRefObj_CFArrayAppendArray() local800 CFArrayRefObj_Convert, &otherArray, in CFMutableArrayRefObj_CFArrayAppendArray()804 otherArray, in CFMutableArrayRefObj_CFArrayAppendArray()