Home | History | Annotate | Download | only in i18n

Lines Matching refs:newBuf

7068     uint32_t  *newBuf;
7073 newBuf = (uint32_t *)uprv_malloc(newSize * sizeof(uint32_t));
7074 if(newBuf == NULL) {
7078 uprv_memcpy(newBuf, b->buf, oldSize * sizeof(uint32_t));
7082 b->buf = newBuf;