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

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Darraymem.h16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducsdet.cpp21 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwinnmfmt.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducoleitr.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwindtfmt.cpp50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwinnmtst.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dcolldata.cpp34 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dcsdetest.cpp30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
H A Dssearch.cpp44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Ducsdetst.c21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/macosx-10.9.5/ruby-104/ruby/
H A Dnode.h386 #define NEW_ARRAY(a) NEW_NODE(NODE_ARRAY,a,1,0) macro
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclInt.h102 # define NEW_ARRAY(type,n) \ macro

Completed in 227 milliseconds