Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.h146 struct UToolMemory;
147 typedef struct UToolMemory UToolMemory; typedef
153 U_CAPI UToolMemory * U_EXPORT2
160 utm_close(UToolMemory *mem);
167 utm_getStart(UToolMemory *mem);
173 utm_countItems(UToolMemory *mem);
179 utm_alloc(UToolMemory *mem);
185 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp242 struct UToolMemory { struct
249 U_CAPI UToolMemory * U_EXPORT2 argument
251 UToolMemory *mem; in utm_open()
257 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
273 utm_close(UToolMemory *mem) { in utm_close()
284 utm_getStart(UToolMemory *mem) { in utm_getStart()
289 utm_countItems(UToolMemory *mem) { in utm_countItems()
295 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
334 utm_alloc(UToolMemory *mem) { in utm_alloc()
347 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.h106 UToolMemory *normMem;
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c52 UToolMemory *toUTable, *toUUChars;
55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;