Home | History | Annotate | Download | only in intltest

Lines Matching defs:newList

770         Order *newList = new Order[listMax];
772 uprv_memcpy(newList, list, listSize * sizeof(Order));
774 list = newList;
1138 PCE *newList = new PCE[listMax];
1140 uprv_memcpy(newList, list, listSize * sizeof(Order));
1142 list = newList;