Searched refs:initSize (Results 1 – 10 of 10) sorted by relevance
23 public ArrayStack(int initSize) { in ArrayStack() argument24 stack = new ArrayList<T>(initSize); in ArrayStack()
29 void StringTableBuilder::initSize() { in initSize() function in StringTableBuilder51 initSize(); in StringTableBuilder()138 initSize(); in finalizeStringTable()
36 …inline void initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp,…132 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp, in initSize() function163 initSize(ignoreKeyCase ? uhash_hashCaselessUnicodeString in Hashtable()
81 protected List<Object> createDefaultList(int initSize) { in createDefaultList() argument82 return new ArrayList<Object>(initSize); in createDefaultList()
391 int initSize = 0; in spanWithStrings() local394 initSize = maxLength16; in spanWithStrings()396 offsets.setMaxLength(initSize); in spanWithStrings()660 int initSize = 0; in spanBack() local663 initSize = maxLength16; in spanBack()665 offsets.setMaxLength(initSize); in spanBack()
221 protected List<Object> createDefaultList(int initSize) { in createDefaultList() argument222 return new ArrayList<Object>(initSize); in createDefaultList()225 protected Set<Object> createDefaultSet(int initSize) { in createDefaultSet() argument226 return new LinkedHashSet<Object>(initSize); in createDefaultSet()
387 int initSize = 0; in spanWithStrings() local390 initSize = maxLength16; in spanWithStrings()392 offsets.setMaxLength(initSize); in spanWithStrings()656 int initSize = 0; in spanBack() local659 initSize = maxLength16; in spanBack()661 offsets.setMaxLength(initSize); in spanBack()
31 protected List<Object> createDefaultList(int initSize) { in createDefaultList() argument
36 protected List<Object> createDefaultList(int initSize) { in createDefaultList() argument
36 void initSize();