/third_party/icu/icu4c/source/samples/layout/ |
H A D | arraymem.h | 19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | arraymem.h | 19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.h | 36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/third_party/icu/icu4c/source/i18n/ |
H A D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucsdet.cpp | 26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucoleitr.cpp | 41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
H A D | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | winnmfmt.cpp | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | windtfmt.cpp | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucsdet.cpp | 26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucoleitr.cpp | 41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
H A D | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | winnmfmt.cpp | 55 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | windtfmt.cpp | 55 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucsdet.cpp | 26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | ucoleitr.cpp | 41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
H A D | winnmfmt.cpp | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | windtfmt.cpp | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 23 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | winnmtst.cpp | 53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
H A D | colldata.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
H A D | ssearch.cpp | 55 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|