HomeSort by relevance Sort by last modified time
    Searched full:uprv_malloc (Results 276 - 300 of 365) sorted by null

<<1112131415

  /external/icu4c/i18n/
msgfmt.cpp 401 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
432 argTypes = (Formattable::Type*) uprv_malloc(sizeof(*argTypes) * capacity);
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.c 163 MBCSData *mbcsData=(MBCSData *)uprv_malloc(sizeof(MBCSData));
203 mbcsData->unicodeCodeUnits=(uint16_t *)uprv_malloc(sum*sizeof(uint16_t));
225 mbcsData->fromUBytes=(uint8_t *)uprv_malloc(sum);
    [all...]
  /external/icu4c/common/
triedict.cpp 936 void **array = (void **)uprv_malloc(sizeof(void *)*size);
    [all...]
locdispnames.cpp 670 UChar *result = (UChar *)uprv_malloc((length+1)*sizeof(UChar));
normalizer2.cpp 582 char *nameCopy=(char *)uprv_malloc(keyLength);
ubidi.c 138 pBiDi=(UBiDi *)uprv_malloc(sizeof(UBiDi));
203 if(mayAllocate && (*pMemory=uprv_malloc(sizeNeeded))!=NULL) {
    [all...]
ucnvhz.c 83 cnv->extraInfo = uprv_malloc(sizeof(UConverterDataHZ));
uhash.h 712 * Deleter for any key or value allocated using uprv_malloc. Calls
uset.cpp 611 // UChar32* newArray=(UChar32* )uprv_malloc(newCapacity*4);
ustrcase.c 495 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR);
  /external/chromium/third_party/icu/source/common/
normlzr.cpp 68 text=(UCharIterator *)uprv_malloc(sizeof(UCharIterator));
propname.cpp 650 temp=(uint8_t *)uprv_malloc(aliases.total_size);
ubidi.c 138 pBiDi=(UBiDi *)uprv_malloc(sizeof(UBiDi));
203 if(mayAllocate && (*pMemory=uprv_malloc(sizeNeeded))!=NULL) {
    [all...]
ucnvhz.c 83 cnv->extraInfo = uprv_malloc(sizeof(UConverterDataHZ));
uhash.h 712 * Deleter for any key or value allocated using uprv_malloc. Calls
uset.cpp 613 // UChar32* newArray=(UChar32* )uprv_malloc(newCapacity*4);
ustrcase.c 496 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR);
utext.cpp 572 ut = (UText *)uprv_malloc(spaceRequired);
607 ut->pExtra = uprv_malloc(extraSpace);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
colldata.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
rbt_rule.cpp 175 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
tblcoll.cpp 301 UChar *rules = (UChar*) uprv_malloc( sizeof(UChar) * (rulesize) );
uspoof_buildconf.cpp 217 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
  /external/chromium/third_party/icu/source/test/cintltst/
trietest.c 270 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE);
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));

Completed in 508 milliseconds

<<1112131415