Searched refs:uprv_realloc (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/icu/source/common/
H A Duvectr64.cpp144 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap);
172 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity);
H A Dcmemory.c93 uprv_realloc(void * buffer, size_t size) { function
H A Duvectr32.cpp226 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap);
254 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity);
H A Duenum.c37 en->baseContext = uprv_realloc(en->baseContext,
H A Dcmemory.h69 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
H A Duniset.cpp1460 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * newCapacity);
1580 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * (newLen + GROW_EXTRA));
1594 UChar32* temp = (UChar32*) uprv_realloc(buffer, sizeof(UChar32) * (newLen + GROW_EXTRA));
2102 list = (UChar32*) uprv_realloc(list, sizeof(UChar32) * capacity);
H A Duvector.cpp348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap);
/external/icu/icu4c/source/common/
H A Duvectr64.cpp144 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap);
172 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity);
H A Dcmemory.c93 uprv_realloc(void * buffer, size_t size) { function
H A Duvectr32.cpp226 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap);
254 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity);
H A Duenum.c37 en->baseContext = uprv_realloc(en->baseContext,
H A Dcmemory.h69 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
H A Duniset.cpp1460 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * newCapacity);
1580 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * (newLen + GROW_EXTRA));
1594 UChar32* temp = (UChar32*) uprv_realloc(buffer, sizeof(UChar32) * (newLen + GROW_EXTRA));
2102 list = (UChar32*) uprv_realloc(list, sizeof(UChar32) * capacity);
H A Duvector.cpp348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrlist.h66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
H A Ducol_cnt.cpp31 uint32_t *newData = (uint32_t *)uprv_realloc(tbl->CEs, 2*tbl->size*sizeof(uint32_t));
36 UChar *newCPs = (UChar *)uprv_realloc(tbl->codePoints, 2*tbl->size*sizeof(UChar));
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
H A Ducoleitr.cpp45 #define GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dustr.c209 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp314 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
H A Dpkg_gencmn.c411 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
/external/icu/icu4c/source/tools/genrb/
H A Dustr.c209 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp315 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
H A Dpkg_gencmn.c411 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
/external/icu/icu4c/source/layout/
H A DLETypes.h344 #define LE_GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])

Completed in 5273 milliseconds

123