/external/chromium_org/third_party/icu/source/common/ |
H A D | cmemory.c | 53 uprv_realloc(void * buffer, size_t size) { function
|
H A D | uvectr64.cpp | 144 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 D | uvectr32.cpp | 226 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 D | uenum.c | 37 en->baseContext = uprv_realloc(en->baseContext,
|
H A D | cmemory.h | 41 uprv_realloc(void *mem, size_t size);
|
H A D | uniset.cpp | 1458 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * newCapacity); 1578 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * (newLen + GROW_EXTRA)); 1592 UChar32* temp = (UChar32*) uprv_realloc(buffer, sizeof(UChar32) * (newLen + GROW_EXTRA)); 2100 list = (UChar32*) uprv_realloc(list, sizeof(UChar32) * capacity);
|
H A D | uvector.cpp | 347 UHashTok* newElems = (UHashTok *)uprv_realloc(elements, sizeof(UHashTok)*newCap);
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | nfrlist.h | 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
H A D | ucol_cnt.cpp | 31 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/common/ |
H A D | uvectr64.cpp | 144 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 D | cmemory.c | 93 uprv_realloc(void * buffer, size_t size) { function
|
H A D | uvectr32.cpp | 226 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 D | uenum.c | 37 en->baseContext = uprv_realloc(en->baseContext,
|
H A D | cmemory.h | 69 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
|
H A D | uniset.cpp | 1460 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 D | uvector.cpp | 348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap);
|
/external/icu/icu4c/source/i18n/ |
H A D | nfrlist.h | 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
H A D | ucoleitr.cpp | 45 #define GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
H A D | ustr.c | 208 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | toolutil.cpp | 288 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
|
H A D | pkg_gencmn.c | 390 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
|
/external/icu/icu4c/source/tools/genrb/ |
H A D | ustr.c | 209 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 315 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
|
H A D | pkg_gencmn.c | 411 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
|
/external/icu/icu4c/source/layout/ |
H A D | LETypes.h | 344 #define LE_GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
|