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/
H A Darraymem.h19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Darraymem.h19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/test/letest/
H A Dletest.h36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/i18n/
H A Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducsdet.cpp26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducoleitr.cpp41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
H A Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwinnmfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwindtfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
/third_party/node/deps/icu-small/source/i18n/
H A Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducsdet.cpp26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducoleitr.cpp41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
H A Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwinnmfmt.cpp55 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwindtfmt.cpp55 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Ducsdet.cpp26 #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 Ducoleitr.cpp41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
H A Dwinnmfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dwindtfmt.cpp52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c23 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/third_party/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
H A Dcolldata.cpp38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
H A Dssearch.cpp55 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro

Completed in 19 milliseconds