Searched refs:UToolMemory (Results 1 – 4 of 4) sorted by relevance
146 struct UToolMemory;147 typedef struct UToolMemory UToolMemory; typedef153 U_CAPI UToolMemory * U_EXPORT2160 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);
242 struct UToolMemory { struct249 U_CAPI UToolMemory * U_EXPORT2 argument251 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()
192 UToolMemory *normMem;
52 UToolMemory *toUTable, *toUUChars;55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;