Searched refs:INITIAL_CAPACITY (Results 1 – 5 of 5) sorted by relevance
40 static const int32_t INITIAL_CAPACITY = 40;46 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in append()60 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in incLength()81 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer;
27 #define INITIAL_CAPACITY 16 macro71 return ArrayListCreateWithCapacity(self, INITIAL_CAPACITY); in ArrayListCreate()
30 INITIAL_CAPACITY=100 enumerator63 UChar charsBuffer[INITIAL_CAPACITY];64 uint32_t statesBuffer[INITIAL_CAPACITY+1]; /* one more than charsBuffer[]! */592 uni->capacity=INITIAL_CAPACITY; in unorm_openIter()
39 fCapacity = INITIAL_CAPACITY; in ensureCapacity()
30 #define INITIAL_CAPACITY 16 macro