HomeSort by relevance Sort by last modified time
    Searched full:uprv_realloc (Results 1 - 25 of 34) sorted by null

1 2

  /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 96 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t));
461 uint32_t *neweece = (uint32_t *)uprv_realloc(maxexpansion->endExpansionCE,
469 uint8_t *neweces = (uint8_t *)uprv_realloc(maxexpansion->expansionCESize,
633 maxexpansion->endExpansionCE = (uint32_t *)uprv_realloc(maxexpansion->endExpansionCE,
642 maxexpansion->isV = (UBool *)uprv_realloc(maxexpansion->isV,
    [all...]
ucoleitr.cpp 40 #define GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
msgfmt.cpp 409 uprv_realloc(subformats, sizeof(*subformats) * capacity);
443 uprv_realloc(argTypes, sizeof(*argTypes) * capacity);
    [all...]
uspoof_impl.cpp 658 fRawData = static_cast<SpoofDataHeader *>(uprv_realloc(fRawData, fMemLimit));
  /external/icu4c/common/
cmemory.c 53 uprv_realloc(void * buffer, size_t size) { function
uvectr64.cpp 144 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*newCap);
172 int64_t* newElems = (int64_t *)uprv_realloc(elements, sizeof(int64_t)*maxCapacity);
uenum.c 37 en->baseContext = uprv_realloc(en->baseContext,
uobject.cpp 38 * to modify the uprv_malloc()/uprv_free()/uprv_realloc() functions in cmemory.c.
uvectr32.cpp 226 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*newCap);
254 int32_t* newElems = (int32_t *)uprv_realloc(elements, sizeof(int32_t)*maxCapacity);
cmemory.h 41 uprv_realloc(void *mem, size_t size);
uvector.cpp 347 UHashTok* newElems = (UHashTok *)uprv_realloc(elements, sizeof(UHashTok)*newCap);
uniset.cpp     [all...]
  /external/icu4c/common/unicode/
uobject.h 115 * (uprv_malloc(), uprv_free(), uprv_realloc());
132 * (uprv_malloc(), uprv_free(), uprv_realloc());
urename.h 1320 #define uprv_realloc macro
    [all...]
  /external/icu4c/tools/genrb/
ustr.c 208 s->fChars = (UChar*) uprv_realloc(s->fChars, sizeof(UChar) * (len + 1));
  /external/icu4c/tools/toolutil/
toolutil.cpp 288 mem->array=uprv_realloc(mem->array, newCapacity*mem->size);
pkg_gencmn.c 390 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */
ucm.c 927 table->mappings=(UCMapping *)uprv_realloc(table->mappings,
    [all...]
  /external/icu4c/io/
ustdio.c 164 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar));
  /external/icu4c/layout/
LETypes.h 300 #define LE_GROW_ARRAY(array, newSize) uprv_realloc((void *) (array), (newSize) * sizeof (array)[0])
  /external/icu4c/tools/gencnval/
gencnval.c 744 aliasList->aliases = (uint16_t *)uprv_realloc(aliasList->aliases, (aliasList->aliasCount + 1) * sizeof(aliasList->aliases[0]));
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 951 #define uprv_realloc macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 951 #define uprv_realloc macro
    [all...]

Completed in 161 milliseconds

1 2