Searched refs:UToolMemory (Results 1 – 4 of 4) sorted by relevance
144 struct UToolMemory;145 typedef struct UToolMemory UToolMemory; typedef151 U_CAPI UToolMemory * U_EXPORT2158 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);
240 struct UToolMemory { struct247 U_CAPI UToolMemory * U_EXPORT2 argument249 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()
104 UToolMemory *normMem;
50 UToolMemory *toUTable, *toUUChars;53 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;