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

<<11121314

  /external/icu4c/common/
utext.cpp 576 ut = (UText *)uprv_malloc(spaceRequired);
611 ut->pExtra = uprv_malloc(extraSpace);
    [all...]
unames.cpp     [all...]
  /external/icu4c/i18n/
coll.cpp 257 result = (UCollator *)uprv_malloc(sizeof(UCollator));
nfrs.cpp 599 char* buf = (char *)uprv_malloc((len+1)*sizeof(char)); //new char[len+1];
tzrule.cpp 588 fStartTimes = (UDate*)uprv_malloc(sizeof(UDate)*size);
ucoleitr.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
uspoof_conf.cpp 219 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
uspoof_impl.cpp 551 fRawData = static_cast<SpoofDataHeader *>(uprv_malloc(initialSize));
rbt_pars.cpp     [all...]
dtfmtsym.cpp 267 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp     [all...]
smpdtfmt.cpp     [all...]
colldata.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
nfrule.cpp 745 char* buf = (char *)uprv_malloc((len+1)*sizeof(char)); //new char[len+1];
    [all...]
usearch.cpp 192 uint32_t *result = (uint32_t *)uprv_malloc(size);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 332 data=(uint8_t *)uprv_malloc(length);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 562 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
946 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
    [all...]
citertst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
unames.c     [all...]
normalizer2.cpp 591 char *nameCopy=(char *)uprv_malloc(keyLength);
rbbi.cpp     [all...]
rbbiscan.cpp 720 el = (RBBISetTableEl *)uprv_malloc(sizeof(RBBISetTableEl));
    [all...]
ucnv_lmb.c 636 (UConverterDataLMBCS*)uprv_malloc (sizeof (UConverterDataLMBCS));
    [all...]
ustrcase.c 492 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR);
  /external/icu4c/test/cintltst/
citertst.c     [all...]

Completed in 230 milliseconds

<<11121314