Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.h144 struct UToolMemory;
145 typedef struct UToolMemory UToolMemory; typedef
151 U_CAPI UToolMemory * U_EXPORT2
158 utm_close(UToolMemory *mem);
165 utm_getStart(UToolMemory *mem);
171 utm_countItems(UToolMemory *mem);
177 utm_alloc(UToolMemory *mem);
183 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp240 struct UToolMemory { struct
247 U_CAPI UToolMemory * U_EXPORT2 argument
249 UToolMemory *mem; in utm_open()
255 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
271 utm_close(UToolMemory *mem) { in utm_close()
282 utm_getStart(UToolMemory *mem) { in utm_getStart()
287 utm_countItems(UToolMemory *mem) { in utm_countItems()
293 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
332 utm_alloc(UToolMemory *mem) { in utm_alloc()
345 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.h104 UToolMemory *normMem;
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c50 UToolMemory *toUTable, *toUUChars;
53 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;