Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_malloc

153         newUnits = (uint16_t *)uprv_malloc(capacity * 2);
845 res = (struct SResource *) uprv_malloc(sizeof(struct SResource));
931 res->u.fString.fChars = (UChar *) uprv_malloc(sizeof(UChar) * (len + 1));
985 res->u.fString.fChars = (UChar *) uprv_malloc(sizeof(UChar) * (len + 1));
1004 res->u.fIntVector.fArray = (uint32_t *) uprv_malloc(sizeof(uint32_t) * RESLIST_MAX_INT_VECTOR);
1035 res->u.fBinaryValue.fFileName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(fileName)+1));
1039 res->u.fBinaryValue.fData = (uint8_t *) uprv_malloc(sizeof(uint8_t) * length);
1067 bundle = (struct SRBRoot *) uprv_malloc(sizeof(struct SRBRoot));
1074 bundle->fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE);
1342 bundle->fLocale= (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1));
1491 map = (KeyMapEntry *)uprv_malloc(keysCount * sizeof(KeyMapEntry));
1682 bundle->f16BitUnits = (UChar *)uprv_malloc(utf16Length * U_SIZEOF_UCHAR);
1683 array = (struct SResource **)uprv_malloc(count * sizeof(struct SResource **));