Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_malloc

281     uint32_t *newCEs = (uint32_t *)uprv_malloc(newCapacity * 4);
327 int32_t *newBuffer = static_cast<int32_t *>(uprv_malloc(newCapacity * 4));
626 stackBufferChars = (char *)uprv_malloc(bufferSizeNeeded);
648 image = (uint8_t *)uprv_malloc(imageSize);
778 result = (uint8_t *)uprv_malloc(*length);
787 result = (uint8_t *)uprv_malloc(*length);
911 result = (UCollator *)uprv_malloc(sizeof(UCollator));
3559 strbuffer = (UChar *)uprv_malloc(sizeof(UChar) *
6268 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3);
6289 coll->latinOneCEs = (uint32_t *)uprv_malloc(sizeof(uint32_t)*UCOL_LATINONETABLELEN*3);
6830 coll->reorderCodes = (int32_t*) uprv_malloc(reorderCodesLength * sizeof(int32_t));
7073 newBuf = (uint32_t *)uprv_malloc(newSize * sizeof(uint32_t));
7141 sourceKeyP = (uint8_t*)uprv_malloc(sourceKeyLen*sizeof(uint8_t));
7151 targetKeyP = (uint8_t*)uprv_malloc(targetKeyLen*sizeof(uint8_t));