Lines Matching refs:uprv_malloc
283 result->defaultReorderCodes = (int32_t*) uprv_malloc(result->defaultReorderCodesLength * sizeof(int32_t));
468 UColOptionSet *opts = (UColOptionSet *)uprv_malloc(sizeof(UColOptionSet));
487 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
827 UEnumeration *en = (UEnumeration *)uprv_malloc(sizeof(UEnumeration));
862 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
1064 coll->defaultReorderCodes = (int32_t*) uprv_malloc(coll->defaultReorderCodesLength * sizeof(int32_t));
1073 coll->reorderCodes = (int32_t*) uprv_malloc(coll->reorderCodesLength * sizeof(int32_t));
1219 coll->reorderCodes = (int32_t*)uprv_malloc(coll->defaultReorderCodesLength * sizeof(int32_t));
1230 coll->leadBytePermutationTable = (uint8_t*)uprv_malloc(256*sizeof(uint8_t));
1239 internalReorderCodes = (int32_t*)uprv_malloc(internalReorderCodesLength * sizeof(int32_t));