Searched refs:INITIAL_CAPACITY (Results 1 – 4 of 4) sorted by relevance
27 #define INITIAL_CAPACITY 16 macro71 return ArrayListCreateWithCapacity(self, INITIAL_CAPACITY); in ArrayListCreate()
29 INITIAL_CAPACITY=100 enumerator62 UChar charsBuffer[INITIAL_CAPACITY];63 uint32_t statesBuffer[INITIAL_CAPACITY+1]; /* one more than charsBuffer[]! */591 uni->capacity=INITIAL_CAPACITY; in unorm_openIter()
39 fCapacity = INITIAL_CAPACITY; in ensureCapacity()
30 #define INITIAL_CAPACITY 16 macro