Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Dtoolutil.h133 struct UToolMemory;
134 typedef struct UToolMemory UToolMemory; typedef
140 U_CAPI UToolMemory * U_EXPORT2
147 utm_close(UToolMemory *mem);
154 utm_getStart(UToolMemory *mem);
160 utm_countItems(UToolMemory *mem);
166 utm_alloc(UToolMemory *mem);
172 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp210 struct UToolMemory { struct
217 U_CAPI UToolMemory * U_EXPORT2 argument
219 UToolMemory *mem; in utm_open()
225 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
241 utm_close(UToolMemory *mem) { in utm_close()
252 utm_getStart(UToolMemory *mem) { in utm_getStart()
257 utm_countItems(UToolMemory *mem) { in utm_countItems()
263 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
302 utm_alloc(UToolMemory *mem) { in utm_alloc()
315 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu4c/tools/gennorm2/
Dn2builder.h103 UToolMemory *normMem;
/external/icu4c/tools/makeconv/
Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
/external/icu4c/tools/gennorm/
Dstore.c105 static UToolMemory *normMem, *utf32Mem, *extraMem, *combiningTriplesMem;