Searched refs:theCount (Results 1 – 2 of 2) sorted by relevance
113 unsigned int theCount, in initWithObjects() argument116 unsigned int newCapacity = theCount; in initWithObjects()123 if (theCount > theCapacity) { in initWithObjects()134 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()148 unsigned int theCount, in initWithObjects() argument151 unsigned int newCapacity = theCount; in initWithObjects()158 if (theCount > theCapacity) { in initWithObjects()169 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()
82 unsigned int theCount, in initWithObjects() argument88 initCapacity = theCount; in initWithObjects()89 } else if (theCount > theCapacity) { in initWithObjects()99 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()