Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h351 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
352 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
354 ptr=otherArray; in aliasInstead()
/external/antlr/runtime/ObjC/Framework/
DAMutableArray.m91 - (void) addObjectsFromArray:(NSArray *)otherArray
95 cnt = [otherArray count];
98 tmp = [otherArray objectAtIndex:i];
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java297 public void addAll(CldrArray otherArray) { in addAll() argument
299 for (String otherKey : otherArray.map.keySet()) { in addAll()
302 map.put(narrowPath, otherArray.map.get(otherKey)); in addAll()
/external/protobuf/objectivec/
DGPBMessage.m2444 id otherArray =
2446 if (otherArray) {
2451 [resultArray addObjectsFromArray:otherArray];
2455 [resultArray addRawValuesFromArray:otherArray];
2461 [resultArray addValuesFromArray:otherArray];
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c794 CFArrayRef otherArray; in CFMutableArrayRefObj_CFArrayAppendArray() local
800 CFArrayRefObj_Convert, &otherArray, in CFMutableArrayRefObj_CFArrayAppendArray()
804 otherArray, in CFMutableArrayRefObj_CFArrayAppendArray()