/external/icu/icu4c/source/common/ |
D | uvectr64.cpp | 149 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()
|
D | uvectr32.cpp | 231 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()
|
D | cmemory.cpp | 66 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() function
|
D | uenum.cpp | 39 en->baseContext = uprv_realloc(en->baseContext, in _getBuffer()
|
D | uvector.cpp | 350 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap); in ensureCapacity()
|
D | cmemory.h | 59 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
|
D | ubidi.cpp | 225 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) { in ubidi_getMemory() 1810 pInsertPoints->points=static_cast<Point *>(uprv_realloc(pInsertPoints->points, in addPoint()
|
D | uresbund.cpp | 904 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/ |
D | nfrlist.h | 68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success in add()
|
D | cmemory.h | 59 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
|
/external/icu/icu4c/source/i18n/ |
D | nfrlist.h | 68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success in add()
|
D | timezone.cpp | 671 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()
|
D | uspoof_impl.cpp | 738 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit)); in reserveSpace()
|
D | msgfmt.cpp | 359 uprv_realloc(argTypes, sizeof(*argTypes) * capacity); in allocateArgTypes() 831 uprv_realloc(formatAliases, sizeof(Format*) * totalCapacity); in getFormats()
|
/external/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 211 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1)); in ustr_resize()
|
D | reslist.cpp | 1260 fKeys = static_cast<char *>(uprv_realloc(fKeys, fKeysCapacity)); in addKeyBytes()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 319 mem->array=uprv_realloc(mem->array, newCapacity*mem->size); in utm_hasCapacity()
|
D | pkg_gencmn.cpp | 415 files = (File *)uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */ in addFile()
|
D | ucm.cpp | 932 table->mappings=(UCMapping *)uprv_realloc(table->mappings, in ucm_addMapping()
|
/external/icu/icu4c/source/io/ |
D | ustdio.cpp | 169 … 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 | 763 …aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * si… in addAlias()
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1448 #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) macro
|