Searched defs:NEW_ARRAY (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/samples/layout/ |
D | arraymem.h | 16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu4c/test/letest/ |
D | letest.h | 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu4c/i18n/ |
D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucsdet.cpp | 21 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | winnmfmt.cpp | 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
D | windtfmt.cpp | 50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
D | bmsearch.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucoleitr.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | colldata.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/external/srec/portable/include/ |
D | pmemory.h | 70 #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/ |
D | winnmtst.cpp | 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | csdetest.cpp | 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
|
D | ssearch.cpp | 59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/external/icu4c/test/cintltst/ |
D | ucsdetst.c | 21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|