HomeSort by relevance Sort by last modified time
    Searched refs:uprv_malloc (Results 176 - 180 of 180) sorted by null

1 2 3 4 5 6 78

  /external/icu4c/i18n/
csrsbcs.cpp     [all...]
vtzone.cpp 741 UDate* times = (UDate*)uprv_malloc(sizeof(UDate) * size);
    [all...]
decNumber.c 24 * Use ICU's uprv_malloc() and uprv_free()
181 #include "cmemory.h" /* for uprv_malloc, etc., in ICU */
292 #define malloc(a) uprv_malloc(a)
    [all...]
  /external/icu4c/common/
ucnv2022.c 456 cnv->extraInfo = uprv_malloc (sizeof (UConverterDataISO2022));
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
    [all...]

Completed in 3109 milliseconds

1 2 3 4 5 6 78