Home | History | Annotate | Download | only in i18n

Lines Matching refs:newBuffer

305         int32_t *newBuffer = reinterpret_cast<int32_t *>(uprv_malloc(newCapacity * 4));
306 if(newBuffer == NULL) {
311 uprv_memcpy(newBuffer, offsetBuffer, length * 4);
314 offsetBuffer = newBuffer;