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

/external/icu/icu4c/source/common/
H A Dcmemory.c127 uprv_calloc(size_t num, size_t size) { function
H A Dwintz.c427 icuid = (char*)uprv_calloc(len + 1, sizeof(char));
H A Dcmemory.h83 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);
H A Ducnvhz.c84 cnv->extraInfo = uprv_calloc(1, sizeof(UConverterDataHZ));
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
256 mappingData = (uint16_t*) uprv_calloc(mappingDataCapacity, U_SIZEOF_UCHAR);
438 map = (UChar*) uprv_calloc(adjustedLen + 1, U_SIZEOF_UCHAR);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1208 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro

Completed in 119 milliseconds