Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/layout/
Darraymem.h19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
Darraymem.h19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/test/letest/
Dletest.h36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/skia/third_party/externals/icu/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
/third_party/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
/third_party/node/deps/icu-small/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.cpp55 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dwindtfmt.cpp55 #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
/third_party/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcolldata.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
Dssearch.cpp55 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c23 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro