OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DELETE_ARRAY
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/samples/layout/
arraymem.h
18
#define
DELETE_ARRAY
(array) free((void *) (array))
/external/icu4c/test/letest/
letest.h
31
#define
DELETE_ARRAY
(array) free((void *) (array))
/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);
ucsdet.cpp
22
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
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);
windtfmt.cpp
51
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
255
DELETE_ARRAY
(buffer);
281
DELETE_ARRAY
(buffer);
ucoleitr.cpp
42
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
80
DELETE_ARRAY
(buffer);
97
DELETE_ARRAY
(buffer);
153
DELETE_ARRAY
(buffer);
175
DELETE_ARRAY
(buffer);
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);
colldata.cpp
39
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
121
DELETE_ARRAY
(ces);
148
DELETE_ARRAY
(ces);
476
//
DELETE_ARRAY
(chars);
618
DELETE_ARRAY
(key);
818
DELETE_ARRAY
(key);
1010
DELETE_ARRAY
(history);
/external/icu4c/test/cintltst/
ucsdetst.c
22
#define
DELETE_ARRAY
(array) free(array)
87
DELETE_ARRAY
(bytes);
/external/icu4c/test/intltest/
winnmtst.cpp
49
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
219
DELETE_ARRAY
(buffer);
223
DELETE_ARRAY
(nBuffer);
csdetest.cpp
31
#define
DELETE_ARRAY
(array) /*uprv_*/free((void *) (array))
142
DELETE_ARRAY
(bytes);
222
DELETE_ARRAY
(decoded);
299
DELETE_ARRAY
(detected);
ssearch.cpp
60
#define
DELETE_ARRAY
(array) uprv_free((void *) (array))
408
DELETE_ARRAY
(resolvedFileName);
478
DELETE_ARRAY
(pattern);
[
all
...]
Completed in 1079 milliseconds