/external/icu/icu4c/source/common/ |
D | uvectr64.cpp | 147 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap); in expandCapacity() 175 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity); in setMaxCapacity()
|
D | uvectr32.cpp | 229 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap); in expandCapacity() 257 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity); in setMaxCapacity()
|
D | cmemory.c | 88 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() function
|
D | uenum.c | 37 en->baseContext = uprv_realloc(en->baseContext, in _getBuffer()
|
D | uniset.cpp | 1460 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * newCapacity); in compact() 1657 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * (newLen + GROW_EXTRA)); in ensureCapacity() 1671 UChar32* temp = (UChar32*) uprv_realloc(buffer, sizeof(UChar32) * (newLen + GROW_EXTRA)); in ensureBufferCapacity() 2179 list = (UChar32*) uprv_realloc(list, sizeof(UChar32) * capacity); in freeze()
|
D | cmemory.h | 77 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
|
D | uvector.cpp | 348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity()
|
D | ubidi.c | 226 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) { in ubidi_getMemory() 1784 pInsertPoints->points=uprv_realloc(pInsertPoints->points, in addPoint()
|
D | uresbund.cpp | 862 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath() 1042 chAlias = (char *)uprv_realloc(chAlias, capacity); in init_resb_result()
|
D | uloc.cpp | 2375 j = static_cast<_acceptLangItem *>(uprv_realloc(j, sizeof(j[0])*jSize*2)); in uloc_acceptLanguageFromHTTP()
|
/external/icu/icu4c/source/i18n/ |
D | nfrlist.h | 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success in add()
|
D | timezone.cpp | 635 m = (int32_t *)uprv_realloc(tmp, numEntries * sizeof(int32_t)); in initMap() 855 … int32_t *tmp = (int32_t *)uprv_realloc(filteredMap, filteredMapSize * sizeof(int32_t)); in create()
|
D | uspoof_impl.cpp | 704 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit)); in reserveSpace()
|
D | msgfmt.cpp | 356 uprv_realloc(argTypes, sizeof(*argTypes) * capacity); in allocateArgTypes() 823 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()
|
D | rbnf.cpp | 225 buf = (void**)uprv_realloc(buf, cap * sizeof(void*)); in add()
|
/external/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 209 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1)); in ustr_resize()
|
D | reslist.cpp | 1249 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 318 mem->array=uprv_realloc(mem->array, newCapacity*mem->size); in utm_hasCapacity()
|
D | pkg_gencmn.c | 411 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */ in addFile()
|
D | ucm.c | 927 table->mappings=(UCMapping *)uprv_realloc(table->mappings, in ucm_addMapping()
|
/external/icu/icu4c/source/layout/ |
D | LETypes.h | 344 #define LE_GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
|
/external/icu/icu4c/source/io/ |
D | ustdio.c | 167 … f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar)); in u_file_translit()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 760 …aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * si… in addAlias()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1343 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
|