/external/icu4c/common/ |
cmemory.c | 53 uprv_realloc(void * buffer, size_t size) { function
|
cmemory.h | 41 uprv_realloc(void *mem, size_t size);
|
uvectr32.cpp | 209 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap); 233 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity);
|
uenum.c | 37 en->baseContext = uprv_realloc(en->baseContext,
|
uniset.cpp | [all...] |
uvector.cpp | 334 UHashTok* newElems = (UHashTok *)uprv_realloc(elements, sizeof(UHashTok)*newCap);
|
ubidi.c | 224 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) { [all...] |
uresbund.c | 621 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); 645 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); 825 chAlias = (char *)uprv_realloc(chAlias, capacity); [all...] |
/external/icu4c/i18n/ |
nfrlist.h | 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
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));
|
ucol_elm.cpp | 94 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t)); 460 uint32_t *neweece = (uint32_t *)uprv_realloc(maxexpansion->endExpansionCE, 468 uint8_t *neweces = (uint8_t *)uprv_realloc(maxexpansion->expansionCESize, 632 maxexpansion->endExpansionCE = (uint32_t *)uprv_realloc(maxexpansion->endExpansionCE, 641 maxexpansion->isV = (UBool *)uprv_realloc(maxexpansion->isV, [all...] |
msgfmt.cpp | 404 uprv_realloc(subformats, sizeof(*subformats) * capacity); 438 uprv_realloc(argTypes, sizeof(*argTypes) * capacity); [all...] |
ucol_tok.cpp | 684 UChar *newSrc = (UChar *)uprv_realloc(src->source, (src->extraEnd-src->source)*2*sizeof(UChar)); [all...] |
ucoleitr.cpp | 40 #define GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
|
uspoof_impl.cpp | 658 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit));
|
zonemeta.cpp | 74 UChar ** newTable = (UChar**)uprv_realloc(gUStringTable, (gUStringAlloc+USTRING_ALLOC_INCR)*sizeof(UChar*)); [all...] |
rbnf.cpp | 221 buf = (void**)uprv_realloc(buf, cap * sizeof(void*)); [all...] |
/external/icu4c/tools/genrb/ |
ustr.c | 208 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
|
reslist.c | 1021 bundle->fKeys = uprv_realloc(bundle->fKeys, bundle->fKeysCapacity);
|
/external/icu4c/tools/toolutil/ |
toolutil.c | 231 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
|
ucm.c | 927 table->mappings=(UCMapping *)uprv_realloc(table->mappings, [all...] |
/external/icu4c/layout/ |
LETypes.h | 300 #define LE_GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
|
/external/icu4c/io/ |
ustdio.c | 164 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar));
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 400 buf = (char *) uprv_realloc(buf, buflen); [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 744 aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * sizeof(aliasList->aliases[0])); [all...] |