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

1 2

  /external/icu4c/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/test/letest/
FontTableCache.cpp 41 DELETE_ARRAY(fTableCache[i].table);
49 DELETE_ARRAY(fTableCache);
54 DELETE_ARRAY(table);
letest.h 31 #define DELETE_ARRAY(array) free((void *) (array))
cmaps.h 81 DELETE_ARRAY(fcmap);
letsutil.cpp 76 DELETE_ARRAY(cString);
gendata.cpp 275 DELETE_ARRAY(positions);
276 DELETE_ARRAY(indices);
277 DELETE_ARRAY(glyphs);
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
PortableFontInstance.cpp 182 DELETE_ARRAY(fDirectory);
328 DELETE_ARRAY(name);
333 DELETE_ARRAY(name);
  /external/icu4c/test/letest/
FontTableCache.cpp 41 DELETE_ARRAY(fTableCache[i].table);
49 DELETE_ARRAY(fTableCache);
54 DELETE_ARRAY(table);
letest.h 31 #define DELETE_ARRAY(array) free((void *) (array))
cmaps.h 81 DELETE_ARRAY(fcmap);
letsutil.cpp 76 DELETE_ARRAY(cString);
gendata.cpp 275 DELETE_ARRAY(positions);
276 DELETE_ARRAY(indices);
277 DELETE_ARRAY(glyphs);
xmlreader.cpp 241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
  /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);
340 DELETE_ARRAY(buffer);
344 DELETE_ARRAY(nBuffer);
csdetect.cpp 33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
48 DELETE_ARRAY(fCSRecognizers);
164 DELETE_ARRAY(recognizers);
350 DELETE_ARRAY(en->context);
353 DELETE_ARRAY(en);
bmsearch.cpp 39 #define DELETE_ARRAY(array) uprv_free((void *) (array))
146 DELETE_ARRAY(ceb);
408 DELETE_ARRAY(history);
435 DELETE_ARRAY(history);
440 DELETE_ARRAY(minLengthCache);
523 DELETE_ARRAY(suff);
560 DELETE_ARRAY(suff);
565 DELETE_ARRAY(goodSuffixTable);
windtfmt.cpp 51 #define DELETE_ARRAY(array) uprv_free((void *) (array))
255 DELETE_ARRAY(buffer);
281 DELETE_ARRAY(buffer);
  /external/icu4c/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);
340 DELETE_ARRAY(buffer);
344 DELETE_ARRAY(nBuffer);
csdetect.cpp 33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
48 DELETE_ARRAY(fCSRecognizers);
152 DELETE_ARRAY(recognizers);
304 DELETE_ARRAY(en->context);
307 DELETE_ARRAY(en);
  /external/harfbuzz_ng/src/hb-icu-le/
letest.h 43 #define DELETE_ARRAY(array) free((void *) (array))
FontTableCache.cpp 49 DELETE_ARRAY(fTableCache);

Completed in 470 milliseconds

1 2