Searched defs:UToolMemory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.h124 * UToolMemory is used for generic, custom memory management.
133 struct UToolMemory;
134 typedef struct UToolMemory UToolMemory; typedef in typeref:struct:UToolMemory
137 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
140 U_CAPI UToolMemory * U_EXPORT2
144 * Close a UToolMemory object.
147 utm_close(UToolMemory *mem);
154 utm_getStart(UToolMemory *mem);
160 utm_countItems(UToolMemory *me
[all...]
H A Dtoolutil.cpp210 struct UToolMemory { struct
217 U_CAPI UToolMemory * U_EXPORT2
219 UToolMemory *mem;
225 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
241 utm_close(UToolMemory *mem) {
252 utm_getStart(UToolMemory *mem) {
257 utm_countItems(UToolMemory *mem) {
263 utm_hasCapacity(UToolMemory *mem, int32_t capacity) {
302 utm_alloc(UToolMemory *me
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.h135 * UToolMemory is used for generic, custom memory management.
144 struct UToolMemory;
145 typedef struct UToolMemory UToolMemory; typedef in typeref:struct:UToolMemory
148 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
151 U_CAPI UToolMemory * U_EXPORT2
155 * Close a UToolMemory object.
158 utm_close(UToolMemory *mem);
165 utm_getStart(UToolMemory *mem);
171 utm_countItems(UToolMemory *me
[all...]
H A Dtoolutil.cpp237 struct UToolMemory { struct
244 U_CAPI UToolMemory * U_EXPORT2
246 UToolMemory *mem;
252 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
268 utm_close(UToolMemory *mem) {
279 utm_getStart(UToolMemory *mem) {
284 utm_countItems(UToolMemory *mem) {
290 utm_hasCapacity(UToolMemory *mem, int32_t capacity) {
329 utm_alloc(UToolMemory *me
[all...]

Completed in 104 milliseconds