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

<<1112131415

  /external/icu4c/common/
utext.cpp 928 ut = (UText *)uprv_malloc(spaceRequired);
963 ut->pExtra = uprv_malloc(extraSpace);
    [all...]
ucase.c 125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
291 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)+UCASE_IX_TOP*4+UTRIE_DUMMY_SIZE);
    [all...]
unames.c     [all...]
  /external/icu4c/i18n/
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_conf.cpp 217 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
rematch.cpp 247 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
321 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1));
492 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16));
    [all...]
dtptngen.cpp 90 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
95 aiter->entries[i].key = (UChar*)uprv_malloc(len*sizeof(UChar));
    [all...]
rbt_pars.cpp     [all...]
nfrs.cpp 574 char* buf = (char *)uprv_malloc((len+1)*sizeof(char)); //new char[len+1];
usearch.cpp 192 uint32_t *result = (uint32_t *)uprv_malloc(size);
    [all...]
  /external/icu4c/test/cintltst/
trietest.c 270 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE);
  /external/icu4c/tools/genrb/
derb.c 388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 190 uint32_t *result = (uint32_t *)uprv_malloc(size);
    [all...]
dtptngen.cpp 95 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
100 aiter->entries[i].key = (UChar*)uprv_malloc(len*sizeof(UChar));
    [all...]
rbt_pars.cpp     [all...]
uregex.cpp 112 int32_t *refC = (int32_t *)uprv_malloc(sizeof(int32_t));
113 UChar *patBuf = (UChar *)uprv_malloc(sizeof(UChar)*(actualPatLen+1));
    [all...]
nfrs.cpp 574 char* buf = (char *)uprv_malloc((len+1)*sizeof(char)); //new char[len+1];
  /external/chromium/third_party/icu/source/common/
rbbitblb.cpp     [all...]
ucase.c 125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
291 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)+UCASE_IX_TOP*4+UTRIE_DUMMY_SIZE);
    [all...]
unames.c     [all...]
uresdata.c     [all...]
  /external/icu4c/common/unicode/
urename.h 1284 #define uprv_malloc macro
    [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
gencnvex.c 78 extData=(CnvExtData *)uprv_malloc(sizeof(CnvExtData));
    [all...]

Completed in 795 milliseconds

<<1112131415