Searched defs:newTable (Results 1 – 6 of 6) sorted by relevance
74 …UChar ** newTable = (UChar**)uprv_realloc(gUStringTable, (gUStringAlloc+USTRING_ALLOC_INCR)*sizeof… in allocUStringInTable() local
6790 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3); in ucol_resizeLatinOneTable() local
776 void setTable(AtomicReferenceArray<E> newTable) { in setTable()994 AtomicReferenceArray<E> newTable = newEntryArray(oldCapacity << 1); in expand() local
632 PropertyMapHashTable* newTable = static_cast<PropertyMapHashTable*>(fastMalloc(tableSize)); in copyPropertyTable() local
6604 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3); in ucol_resizeLatinOneTable() local
5769 copyEntityTable(HASH_TABLE *newTable, in copyEntityTable()