HomeSort by relevance Sort by last modified time
    Searched refs:UToolMemory (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
toolutil.h 135 * UToolMemory is used for generic, custom memory management.
144 struct UToolMemory;
145 typedef struct UToolMemory 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 *mem)
    [all...]
toolutil.cpp 240 struct UToolMemory {
247 U_CAPI UToolMemory * U_EXPORT2
249 UToolMemory *mem;
255 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
271 utm_close(UToolMemory *mem) {
282 utm_getStart(UToolMemory *mem) {
287 utm_countItems(UToolMemory *mem) {
293 utm_hasCapacity(UToolMemory *mem, int32_t capacity) {
332 utm_alloc(UToolMemory *mem)
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 104 UToolMemory *normMem;
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 50 UToolMemory *toUTable, *toUUChars;
53 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
    [all...]

Completed in 64 milliseconds