HomeSort by relevance Sort by last modified time
    Searched refs:uprv_realloc (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4c/source/common/
uvectr64.cpp 149 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap);
177 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity);
cmemory.cpp 90 uprv_realloc(void * buffer, size_t size) { function
uvectr32.cpp 231 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap);
259 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity);
uenum.cpp 39 en->baseContext = uprv_realloc(en->baseContext,
cmemory.h 79 uprv_realloc(void *mem, size_t size) U_ALLOC_SIZE_ATTR(2);
uniset.cpp     [all...]
uvector.cpp 350 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap);
ubidi.cpp 228 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) {
    [all...]
uresbund.cpp 840 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
864 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
    [all...]
  /external/icu/icu4c/source/i18n/
nfrlist.h 68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
timezone.cpp 639 m = (int32_t *)uprv_realloc(tmp, numEntries * sizeof(int32_t));
859 int32_t *tmp = (int32_t *)uprv_realloc(filteredMap, filteredMapSize * sizeof(int32_t));
    [all...]
msgfmt.cpp 358 uprv_realloc(argTypes, sizeof(*argTypes) * capacity);
825 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount);
    [all...]
uspoof_impl.cpp 721 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit));
rbnf.cpp 229 buf = (void**)uprv_realloc(buf, cap * sizeof(void*));
    [all...]
  /external/icu/icu4c/source/tools/genrb/
ustr.c 211 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
reslist.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 320 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
pkg_gencmn.cpp 415 files = (File *)uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
ucm.cpp 932 table->mappings=(UCMapping *)uprv_realloc(table->mappings,
    [all...]
  /external/icu/icu4c/source/io/
ustdio.cpp 169 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar));
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 762 aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * sizeof(aliasList->aliases[0]));
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1351 #define uprv_realloc macro
    [all...]

Completed in 548 milliseconds