Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_malloc

260     uint32_t *newCEs = (uint32_t *)uprv_malloc(newCapacity * 4);
305 int32_t *newBuffer = reinterpret_cast<int32_t *>(uprv_malloc(newCapacity * 4));
586 stackBufferChars = (char *)uprv_malloc(bufferSizeNeeded);
604 image = (uint8_t *)uprv_malloc(imageSize);
707 result = (uint8_t *)uprv_malloc(*length);
716 result = (uint8_t *)uprv_malloc(*length);
840 result = (UCollator *)uprv_malloc(sizeof(UCollator));
3484 strbuffer = (UChar *)uprv_malloc(sizeof(UChar) *
4100 newStart=(uint8_t*)uprv_malloc(newSize);
4456 fSecsTemp = (uint8_t *)uprv_malloc(2*fSecsLen);
5261 *result = (uint8_t*)uprv_malloc(sortKeySize);
5626 *result = (uint8_t*)uprv_malloc(sortKeySize);
6661 uint32_t *newTable = (uint32_t *)uprv_malloc(size*sizeof(uint32_t)*3);
6682 coll->latinOneCEs = (uint32_t *)uprv_malloc(sizeof(uint32_t)*UCOL_LATINONETABLELEN*3);
7189 coll->reorderCodes = (int32_t*) uprv_malloc(reorderCodesLength * sizeof(int32_t));
7370 newBuf = (uint32_t *)uprv_malloc(newSize * sizeof(uint32_t));
7438 sourceKeyP = (uint8_t*)uprv_malloc(sourceKeyLen*sizeof(uint8_t));
7448 targetKeyP = (uint8_t*)uprv_malloc(targetKeyLen*sizeof(uint8_t));