Searched defs:NEW_ARRAY (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | arraymem.h | 19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/test/letest/ |
D | letest.h | 36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucsdet.cpp | 26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | winnmfmt.cpp | 50 #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 | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucoleitr.cpp | 41 #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/ |
D | Invoke.java | 28 NEW_ARRAY, enumConstant
|
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 49 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | colldata.cpp | 37 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
D | csdetest.cpp | 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
|
D | ssearch.cpp | 45 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 22 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 79 …NEW_ARRAY(0x23, "new-array", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_C… enumConstant
|