Searched refs:uprv_calloc (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 203 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init() 259 mappingData = (uint16_t*) uprv_calloc(mappingDataCapacity, U_SIZEOF_UCHAR); in storeMappingData() 442 map = (UChar*) uprv_calloc(adjustedLen + 1, U_SIZEOF_UCHAR); in storeMapping()
|
/external/icu/icu4c/source/common/ |
D | cmemory.cpp | 105 uprv_calloc(size_t num, size_t size) { in uprv_calloc() function
|
D | ubiditransform.cpp | 97 pBiDiTransform = (UBiDiTransform*) uprv_calloc(1, sizeof(UBiDiTransform)); in ubiditransform_open()
|
D | ucnvhz.cpp | 86 cnv->extraInfo = uprv_calloc(1, sizeof(UConverterDataHZ)); in _HZOpen()
|
D | cmemory.h | 65 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);
|
/external/icu/libicu/cts_headers/ |
D | cmemory.h | 65 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 1312 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1312 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1312 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1312 #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) macro
|