Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_malloc

24  *    Use ICU's uprv_malloc() and uprv_free()
181 #include "cmemory.h" /* for uprv_malloc, etc., in ICU */
305 #define malloc(a) uprv_malloc(a)