Searched refs:UToolMemory (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dtoolutil.h124 * UToolMemory is used for generic, custom memory management.
133 struct UToolMemory;
134 typedef struct UToolMemory UToolMemory; typedef in typeref:struct:UToolMemory
137 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
140 U_CAPI UToolMemory * U_EXPORT2
144 * Close a UToolMemory object.
147 utm_close(UToolMemory *mem);
154 utm_getStart(UToolMemory *mem);
160 utm_countItems(UToolMemory *me
[all...]
H A Dtoolutil.cpp210 struct UToolMemory { struct
217 U_CAPI UToolMemory * U_EXPORT2
219 UToolMemory *mem;
225 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
241 utm_close(UToolMemory *mem) {
252 utm_getStart(UToolMemory *mem) {
257 utm_countItems(UToolMemory *mem) {
263 utm_hasCapacity(UToolMemory *mem, int32_t capacity) {
302 utm_alloc(UToolMemory *me
[all...]
/external/icu4c/tools/gennorm2/
H A Dn2builder.h103 UToolMemory *normMem;
/external/icu4c/tools/makeconv/
H A Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;

Completed in 90 milliseconds