Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Darraymem.h19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/test/letest/
Dletest.h36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/i18n/
Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducsdet.cpp26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dwinnmfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dwindtfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducoleitr.cpp41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcolldata.cpp37 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
Dcsdetest.cpp30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
Dssearch.cpp45 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c22 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java79NEW_ARRAY(0x23, "new-array", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_C… enumConstant