Searched refs:UToolMemory (Results 1 – 4 of 4) sorted by relevance
152 struct UToolMemory;153 typedef struct UToolMemory UToolMemory; typedef159 U_CAPI UToolMemory * U_EXPORT2166 utm_close(UToolMemory *mem);173 utm_getStart(UToolMemory *mem);179 utm_countItems(UToolMemory *mem);185 utm_alloc(UToolMemory *mem);191 utm_allocN(UToolMemory *mem, int32_t n);
241 struct UToolMemory { struct248 U_CAPI UToolMemory * U_EXPORT2 argument250 UToolMemory *mem; in utm_open()256 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()272 utm_close(UToolMemory *mem) { in utm_close()283 utm_getStart(UToolMemory *mem) { in utm_getStart()288 utm_countItems(UToolMemory *mem) { in utm_countItems()294 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()333 utm_alloc(UToolMemory *mem) { in utm_alloc()346 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
192 UToolMemory *normMem;
52 UToolMemory *toUTable, *toUUChars;55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;