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

<<11121314

  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 270 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE);
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 78 extData=(CnvExtData *)uprv_malloc(sizeof(CnvExtData));
    [all...]
  /external/icu4c/common/
normalizer2.cpp 671 char *nameCopy=(char *)uprv_malloc(keyLength);
    [all...]
rbbi.cpp     [all...]
rbbiscan.cpp 721 el = (RBBISetTableEl *)uprv_malloc(sizeof(RBBISetTableEl));
    [all...]
ucnv_lmb.c 636 (UConverterDataLMBCS*)uprv_malloc (sizeof (UConverterDataLMBCS));
    [all...]
uniset_props.cpp 337 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 246 stds = (const char **) uprv_malloc(num_stds * sizeof(*stds));
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 96 this->path = (const char*) uprv_malloc(len + 1);
    [all...]
nfrule.cpp 743 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...]
dtptngen.cpp 90 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
95 aiter->entries[i].key = (UChar*)uprv_malloc(len*sizeof(UChar));
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/test/cintltst/
trietest.c 271 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE);
cmsccoll.c 563 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
948 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
    [all...]
  /external/icu4c/tools/genrb/
derb.c 388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));
  /external/icu4c/tools/makeconv/
gencnvex.c 78 extData=(CnvExtData *)uprv_malloc(sizeof(CnvExtData));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 90 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
95 aiter->entries[i].key = (UChar*)uprv_malloc(len*sizeof(UChar));
    [all...]
  /external/icu4c/common/unicode/
urename.h 1329 #define uprv_malloc macro
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp     [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp     [all...]
ssearch.cpp 44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c     [all...]

Completed in 825 milliseconds

<<11121314