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

<<1112131415

  /external/icu4c/i18n/
ucoleitr.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
uspoof_wsconf.cpp 146 input = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
olsontz.cpp 718 UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times */
742 historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount);
    [all...]
uspoof_impl.cpp 530 fRawData = static_cast<SpoofDataHeader *>(uprv_malloc(initialSize));
779 fNormalizedText = (UChar *)uprv_malloc((fNormalizedTextLength+1)*sizeof(UChar));
uregex.cpp 125 int32_t *refC = (int32_t *)uprv_malloc(sizeof(int32_t));
126 UChar *patBuf = (UChar *)uprv_malloc(sizeof(UChar)*(actualPatLen+1));
209 int32_t *refC = (int32_t *)uprv_malloc(sizeof(int32_t));
210 UChar *patBuf = (UChar *)uprv_malloc(sizeof(UChar)*(pattern16Length+1));
454 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1));
    [all...]
  /external/icu4c/layout/
LETypes.h 292 #define LE_NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
  /external/icu4c/test/intltest/
cpdtrtst.cpp 298 Transliterator **transarray2=(Transliterator **)uprv_malloc(sizeof(Transliterator*)*1);
  /external/icu4c/tools/gennorm/
store.c 173 normTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
175 norm32Trie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
177 fcdTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
179 auxTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
    [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 316 UChar* buf = (UChar*) uprv_malloc(sizeof(UChar)*res->u.fString.fLength);
  /external/icu4c/tools/gensprep/
gensprep.c 203 filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 493 fullPath = uprv_malloc(newLength);
ucmstate.c 703 oldStateTable=(int32_t (*)[256])uprv_malloc(states->countStates*1024);
754 *pUnicodeCodeUnits=(uint16_t *)uprv_malloc(sum*sizeof(uint16_t));
    [all...]
  /external/chromium/third_party/icu/source/common/
uhash.c 222 uprv_malloc(sizeof(UHashElement) * hash->length);
284 result = (UHashtable*) uprv_malloc(sizeof(UHashtable));
    [all...]
uniset.cpp 153 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
180 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
207 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
231 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
    [all...]
unisetspan.cpp 68 UBool *l=(UBool *)uprv_malloc(maxLength);
278 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
409 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
olsontz.cpp 669 UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transitionCount); /* large enough to store all transition times */
693 historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount);
    [all...]
uspoof_impl.cpp 530 fRawData = static_cast<SpoofDataHeader *>(uprv_malloc(initialSize));
779 fNormalizedText = (UChar *)uprv_malloc((fNormalizedTextLength+1)*sizeof(UChar));
msgfmt.cpp 392 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
423 argTypes = (Formattable::Type*) uprv_malloc(sizeof(*argTypes) * capacity);
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
ucmstate.c 702 oldStateTable=(int32_t (*)[256])uprv_malloc(states->countStates*1024);
753 *pUnicodeCodeUnits=(uint16_t *)uprv_malloc(sum*sizeof(uint16_t));
    [all...]
  /external/icu4c/common/
uhash.c 222 uprv_malloc(sizeof(UHashElement) * hash->length);
284 result = (UHashtable*) uprv_malloc(sizeof(UHashtable));
    [all...]
uresdata.c     [all...]
uniset.cpp 153 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
180 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
207 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
231 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
    [all...]
unisetspan.cpp 68 UBool *l=(UBool *)uprv_malloc(maxLength);
278 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
409 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 245 stds = (const char **) uprv_malloc(num_stds * sizeof(*stds));
382 char *buf = (char *) uprv_malloc(buflen);
    [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.c 163 MBCSData *mbcsData=(MBCSData *)uprv_malloc(sizeof(MBCSData));
203 mbcsData->unicodeCodeUnits=(uint16_t *)uprv_malloc(sum*sizeof(uint16_t));
225 mbcsData->fromUBytes=(uint8_t *)uprv_malloc(sum);
    [all...]

Completed in 1261 milliseconds

<<1112131415