HomeSort by relevance Sort by last modified time
    Searched refs:DELETE_ARRAY (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/samples/layout/
arraymem.h 18 #define DELETE_ARRAY(array) free((void *) (array))
pflow.c 228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
377 DELETE_ARRAY(text);
  /external/icu/icu4c/source/samples/layout/
arraymem.h 18 #define DELETE_ARRAY(array) free((void *) (array))
pflow.c 228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
377 DELETE_ARRAY(text);
  /external/chromium_org/third_party/icu/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);
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);
csdetect.cpp 33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
63 DELETE_ARRAY(fCSRecognizers);
339 DELETE_ARRAY(en->context);
342 DELETE_ARRAY(en);
451 DELETE_ARRAY(en);
474 DELETE_ARRAY(en);
windtfmt.cpp 51 #define DELETE_ARRAY(array) uprv_free((void *) (array))
256 DELETE_ARRAY(buffer);
282 DELETE_ARRAY(buffer);
  /external/chromium_org/third_party/icu/source/test/letest/
letest.h 31 #define DELETE_ARRAY(array) free((void *) (array))
letsutil.cpp 76 DELETE_ARRAY(cString);
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
gendata.cpp 340 DELETE_ARRAY(positions);
341 DELETE_ARRAY(indices);
342 DELETE_ARRAY(glyphs);
  /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);
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);
ucoleitr.cpp 47 #define DELETE_ARRAY(array) uprv_free((void *) (array))
83 DELETE_ARRAY(buffer);
100 DELETE_ARRAY(buffer);
133 DELETE_ARRAY(buffer);
155 DELETE_ARRAY(buffer);
csdetect.cpp 33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
63 DELETE_ARRAY(fCSRecognizers);
339 DELETE_ARRAY(en->context);
342 DELETE_ARRAY(en);
451 DELETE_ARRAY(en);
474 DELETE_ARRAY(en);
windtfmt.cpp 51 #define DELETE_ARRAY(array) uprv_free((void *) (array))
256 DELETE_ARRAY(buffer);
282 DELETE_ARRAY(buffer);
  /external/icu/icu4c/source/test/letest/
letest.h 31 #define DELETE_ARRAY(array) free((void *) (array))
letsutil.cpp 76 DELETE_ARRAY(cString);
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
gendata.cpp 340 DELETE_ARRAY(positions);
341 DELETE_ARRAY(indices);
342 DELETE_ARRAY(glyphs);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 35 #define DELETE_ARRAY(array) uprv_free((void *) (array))
101 DELETE_ARRAY(ces);
123 DELETE_ARRAY(ces);
633 DELETE_ARRAY(history);
winnmtst.cpp 49 #define DELETE_ARRAY(array) uprv_free((void *) (array))
219 DELETE_ARRAY(buffer);
223 DELETE_ARRAY(nBuffer);

Completed in 1068 milliseconds

1 2