Home
last modified time | relevance | path

Searched refs:uprv_realloc (Results 1 – 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/common/
Duvectr64.cpp149 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap); in expandCapacity()
177 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity); in setMaxCapacity()
Duvectr32.cpp231 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap); in expandCapacity()
259 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity); in setMaxCapacity()
Dcmemory.cpp66 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() function
Duenum.cpp39 en->baseContext = uprv_realloc(en->baseContext, in _getBuffer()
Duvector.cpp350 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity()
Dcmemory.h59 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
Dubidi.cpp225 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) { in ubidi_getMemory()
1810 pInsertPoints->points=static_cast<Point *>(uprv_realloc(pInsertPoints->points, in addPoint()
Duresbund.cpp904 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
1084 chAlias = (char *)uprv_realloc(chAlias, capacity); in init_resb_result()
/external/icu/libicu/cts_headers/
Dnfrlist.h68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success in add()
Dcmemory.h59 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
/external/icu/icu4c/source/i18n/
Dnfrlist.h68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success in add()
Dtimezone.cpp671 m = (int32_t *)uprv_realloc(tmp, numEntries * sizeof(int32_t)); in initMap()
890 … int32_t *tmp = (int32_t *)uprv_realloc(filteredMap, filteredMapSize * sizeof(int32_t)); in create()
Duspoof_impl.cpp738 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit)); in reserveSpace()
Dmsgfmt.cpp359 uprv_realloc(argTypes, sizeof(*argTypes) * capacity); in allocateArgTypes()
831 uprv_realloc(formatAliases, sizeof(Format*) * totalCapacity); in getFormats()
/external/icu/icu4c/source/tools/genrb/
Dustr.c211 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1)); in ustr_resize()
Dreslist.cpp1260 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp319 mem->array=uprv_realloc(mem->array, newCapacity*mem->size); in utm_hasCapacity()
Dpkg_gencmn.cpp415 files = (File *)uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */ in addFile()
Ducm.cpp932 table->mappings=(UCMapping *)uprv_realloc(table->mappings, in ucm_addMapping()
/external/icu/icu4c/source/io/
Dustdio.cpp169 … f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar)); in u_file_translit()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c763 …aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * si… in addAlias()
/external/icu/libicu/cts_headers/unicode/
Durename.h1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro

12