Home | History | Annotate | Download | only in intltest

Lines Matching defs:NEW_ARRAY

44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))