HomeSort by relevance Sort by last modified time
    Searched defs:DELETE_ARRAY (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/samples/layout/
arraymem.h 18 #define DELETE_ARRAY(array) free((void *) (array))
  /external/icu/icu4c/source/test/letest/
letest.h 36 #define DELETE_ARRAY(array) free((void *) (array))
  /external/icu/icu4c/source/i18n/
inputext.cpp 26 #define DELETE_ARRAY(array) uprv_free((void *) (array))
44 DELETE_ARRAY(fDeclaredEncoding);
45 DELETE_ARRAY(fByteStats);
46 DELETE_ARRAY(fInputBytes);
ucsdet.cpp 27 #define DELETE_ARRAY(array) uprv_free((void *) (array))
csdetect.cpp 33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
63 DELETE_ARRAY(fCSRecognizers);
341 DELETE_ARRAY(en->context);
344 DELETE_ARRAY(en);
453 DELETE_ARRAY(en);
476 DELETE_ARRAY(en);
ucoleitr.cpp 41 #define DELETE_ARRAY(array) uprv_free((void *) (array))
77 DELETE_ARRAY(buffer);
101 DELETE_ARRAY(buffer);
134 DELETE_ARRAY(buffer);
163 DELETE_ARRAY(buffer);
windtfmt.cpp 51 #define DELETE_ARRAY(array) uprv_free((void *) (array))
256 DELETE_ARRAY(buffer);
282 DELETE_ARRAY(buffer);
winnmfmt.cpp 49 #define DELETE_ARRAY(array) uprv_free((void *) (array))
101 DELETE_ARRAY(fmt->lpThousandSep);
102 DELETE_ARRAY(fmt->lpDecimalSep);
132 DELETE_ARRAY(fmt->lpCurrencySymbol);
133 DELETE_ARRAY(fmt->lpThousandSep);
134 DELETE_ARRAY(fmt->lpDecimalSep);
347 DELETE_ARRAY(buffer);
351 DELETE_ARRAY(nBuffer);
  /external/clang/test/SemaCXX/
delete.cpp 106 #define DELETE_ARRAY(x) delete[] (x)
119 DELETE_ARRAY(a); // expected-warning {{'delete[]' applied to a pointer that was allocated with 'new'; did you mean 'delete'?}}
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 22 #define DELETE_ARRAY(array) free(array)
87 DELETE_ARRAY(bytes);
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 49 #define DELETE_ARRAY(array) uprv_free((void *) (array))
219 DELETE_ARRAY(buffer);
223 DELETE_ARRAY(nBuffer);
colldata.cpp 37 #define DELETE_ARRAY(array) uprv_free((void *) (array))
103 DELETE_ARRAY(ces);
125 DELETE_ARRAY(ces);
647 DELETE_ARRAY(history);
csdetest.cpp 31 #define DELETE_ARRAY(array) /*uprv_*/free((void *) (array))
154 DELETE_ARRAY(bytes);
234 DELETE_ARRAY(decoded);
350 DELETE_ARRAY(detected);
    [all...]
ssearch.cpp 45 #define DELETE_ARRAY(array) uprv_free((void *) (array))
    [all...]

Completed in 4173 milliseconds