Home | History | Annotate | Download | only in i18n

Lines Matching refs:newBuf

7365     uint32_t  *newBuf;
7370 newBuf = (uint32_t *)uprv_malloc(newSize * sizeof(uint32_t));
7371 if(newBuf == NULL) {
7375 uprv_memcpy(newBuf, b->buf, oldSize * sizeof(uint32_t));
7379 b->buf = newBuf;