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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/tools/toolutil/
pkg_gencmn.c 126 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE);
516 fullPath = uprv_malloc(newLength);
unewdata.c 52 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
  /external/chromium_org/third_party/icu/source/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);
rbbirb.cpp 169 RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(totalSize);
uvectr32.cpp 58 elements = (int32_t *)uprv_malloc(sizeof(int32_t)*initialCapacity);
uloc.c     [all...]
dictbe.cpp 490 buffer = reinterpret_cast<T*>(uprv_malloc(sizeof(T)*size));
519 buffer = reinterpret_cast<T*>(uprv_malloc(sizeof(T)*size));
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 172 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
257 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
291 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition));
296 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition));
tmutfmt.cpp 499 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*));
634 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*));
709 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*));
795 MessageFormat** newVal = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*));
    [all...]
ulocdata.c 57 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
unesctrn.cpp 84 UChar *result = (UChar *)uprv_malloc(len*sizeof(UChar));
  /external/chromium_org/third_party/icu/source/io/
sprintf.c 183 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 966 uint16_t *aliasArrLists = (uint16_t *)uprv_malloc(tagCount * converterCount * sizeof(uint16_t))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c 52 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
  /external/icu4c/common/
rbbirb.cpp 169 RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(totalSize);
uvectr32.cpp 58 elements = (int32_t *)uprv_malloc(sizeof(int32_t)*initialCapacity);
uloc.cpp     [all...]
  /external/icu4c/i18n/
rbtz.cpp 192 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
277 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
311 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition));
316 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition));
tmutfmt.cpp 517 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
655 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
734 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
    [all...]
ulocdata.c 57 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
unesctrn.cpp 85 UChar *result = (UChar *)uprv_malloc(len*sizeof(UChar));
  /external/icu4c/io/
sprintf.c 183 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
  /external/icu4c/test/intltest/
winnmtst.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
  /external/icu4c/tools/gencnval/
gencnval.c     [all...]

Completed in 921 milliseconds

1 2 3 4 5 67 8 91011>>