Home
last modified time | relevance | path

Searched defs:NEW_ARRAY (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/samples/layout/
Darraymem.h16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu4c/test/letest/
Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu4c/i18n/
Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducsdet.cpp21 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dwinnmfmt.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dwindtfmt.cpp50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dbmsearch.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducoleitr.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcolldata.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/external/srec/portable/include/
Dpmemory.h70 #define NEW_ARRAY(type, n, tag) ((type*)CALLOC(n, sizeof(type), tag)) macro
143 #define NEW_ARRAY(type, nbElem, tag) ((type *) CALLOC(nbElem, sizeof(type), tag)) macro
/external/icu4c/test/intltest/
Dwinnmtst.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcsdetest.cpp30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
Dssearch.cpp59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/external/icu4c/test/cintltst/
Ducsdetst.c21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro