Home | History | Annotate | Download | only in common

Lines Matching full:uprv_malloc

231         localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded);
261 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
530 cnv->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);