Home
last modified time | relevance | path

Searched defs:NEW_ARRAY (Results 1 – 15 of 15) 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.cpp50 #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
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/r8/src/main/java/com/android/tools/r8/ir/code/
DInvoke.java28 NEW_ARRAY, enumConstant
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp49 #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