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

1 2 3 4 56 7 8 91011>>

  /external/chromium/third_party/icu/source/common/
udatamem.c 45 This = uprv_malloc(sizeof(UDataMemory));
locid.cpp 394 togo_heap = (char *)uprv_malloc(sizeof(char)*(size+1));
486 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
573 fullName = (char *)uprv_malloc(sizeof(char)*(length + 1));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
name2uni.cpp 120 char* cbuf = (char*) uprv_malloc(maxLen);
rbtz.cpp 170 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition));
294 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition));
tmutfmt.cpp 501 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
637 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
692 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
779 MessageFormat** newVal = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
    [all...]
ucol_res.cpp 442 UColOptionSet *opts = (UColOptionSet *)uprv_malloc(sizeof(UColOptionSet));
459 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
770 UEnumeration *en = (UEnumeration *)uprv_malloc(sizeof(UEnumeration));
805 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
    [all...]
ulocdata.c 51 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
  /external/chromium/third_party/icu/source/io/
sprintf.c 183 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 150 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8);
  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 75 * Maximum amount of memory uprv_malloc should allocate before returning NULL.
  /external/chromium/third_party/icu/source/tools/toolutil/
unewdata.c 51 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
ucm.c 243 t->reverseMap=(int32_t *)uprv_malloc(t->mappingsCapacity*sizeof(int32_t));
879 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable));
944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4);
954 table->bytes=(uint8_t *)uprv_malloc(table->bytesCapacity);
1011 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile));
    [all...]
  /external/icu4c/common/
locid.cpp 467 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
554 fullName = (char *)uprv_malloc(sizeof(char)*(length + 1));
972 keywords = (char *)uprv_malloc(keywordLen+1);
1082 ((Locale *)this)->baseName = (char *)uprv_malloc(sizeof(char) * baseNameSize + 1);
udatamem.c 45 This = uprv_malloc(sizeof(UDataMemory));
  /external/icu4c/i18n/
name2uni.cpp 120 char* cbuf = (char*) uprv_malloc(maxLen);
rbtz.cpp 170 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition));
294 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition));
tmutfmt.cpp 501 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
637 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
692 formatters = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
779 MessageFormat** newVal = (MessageFormat**)uprv_malloc(2*sizeof(MessageFormat*));
    [all...]
ucol_res.cpp 436 UColOptionSet *opts = (UColOptionSet *)uprv_malloc(sizeof(UColOptionSet));
453 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
766 UEnumeration *en = (UEnumeration *)uprv_malloc(sizeof(UEnumeration));
801 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
    [all...]
ulocdata.c 57 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
  /external/icu4c/io/
sprintf.c 183 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 150 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8);
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 75 * Maximum amount of memory uprv_malloc should allocate before returning NULL.
  /external/icu4c/tools/icuinfo/
testplug.c 125 void *ctx = uprv_malloc(12345);
  /external/icu4c/tools/toolutil/
unewdata.c 52 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
ucm.c 243 t->reverseMap=(int32_t *)uprv_malloc(t->mappingsCapacity*sizeof(int32_t));
879 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable));
944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4);
954 table->bytes=(uint8_t *)uprv_malloc(table->bytesCapacity);
1011 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile));
    [all...]

Completed in 1790 milliseconds

1 2 3 4 56 7 8 91011>>