Home | History | Annotate | Download | only in intltest

Lines Matching defs:NEW_ARRAY

59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
395 resolvedFileName = NEW_ARRAY(char, len);
431 UChar *pattern = NEW_ARRAY(UChar, plen);