Searched defs:newTable (Results 1 – 6 of 6) sorted by relevance
233 AttributeTable newTable = new AttributeTable(attributes); in add() local242 AttributeTable newTable = new AttributeTable(attributes); in remove() local
84 Entry[] newTable = new Entry[table.length]; in clone() local143 Entry[] newTable = new Entry[newCapacity]; in put() local
2168 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { in initTable()2622 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1); in expand() local
2167 void initTable(AtomicReferenceArray<ReferenceEntry<K, V>> newTable) { in initTable()2944 AtomicReferenceArray<ReferenceEntry<K, V>> newTable = newEntryArray(oldCapacity << 1); in expand() local
6218 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3); in ucol_resizeLatinOneTable() local
5884 HASH_TABLE *newTable, in copyEntityTable()