Searched refs:uprv_calloc (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Dcmemory.c129 uprv_calloc(size_t num, size_t size) { function
H A Dwintz.c430 icuid = (char*)uprv_calloc(len + 1, sizeof(char));
H A Dcmemory.h85 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);
H A Dubiditransform.c97 pBiDiTransform = (UBiDiTransform*) uprv_calloc(1, sizeof(UBiDiTransform));
H A Ducnvhz.c86 cnv->extraInfo = uprv_calloc(1, sizeof(UConverterDataHZ));
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c202 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
258 mappingData = (uint16_t*) uprv_calloc(mappingDataCapacity, U_SIZEOF_UCHAR);
440 map = (UChar*) uprv_calloc(adjustedLen + 1, U_SIZEOF_UCHAR);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1215 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro

Completed in 246 milliseconds