Home
last modified time | relevance | path

Searched refs:UToolMemory (Results 1 – 9 of 9) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
Dtoolutil.h89 struct UToolMemory;
90 typedef struct UToolMemory UToolMemory; typedef
96 U_CAPI UToolMemory * U_EXPORT2
103 utm_close(UToolMemory *mem);
110 utm_getStart(UToolMemory *mem);
116 utm_countItems(UToolMemory *mem);
122 utm_alloc(UToolMemory *mem);
128 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.c153 struct UToolMemory { struct
160 U_CAPI UToolMemory * U_EXPORT2 argument
162 UToolMemory *mem; in utm_open()
168 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
184 utm_close(UToolMemory *mem) { in utm_close()
195 utm_getStart(UToolMemory *mem) { in utm_getStart()
200 utm_countItems(UToolMemory *mem) { in utm_countItems()
206 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
244 utm_alloc(UToolMemory *mem) { in utm_alloc()
255 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu4c/tools/toolutil/
Dtoolutil.h133 struct UToolMemory;
134 typedef struct UToolMemory UToolMemory; typedef
140 U_CAPI UToolMemory * U_EXPORT2
147 utm_close(UToolMemory *mem);
154 utm_getStart(UToolMemory *mem);
160 utm_countItems(UToolMemory *mem);
166 utm_alloc(UToolMemory *mem);
172 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp204 struct UToolMemory { struct
211 U_CAPI UToolMemory * U_EXPORT2 argument
213 UToolMemory *mem; in utm_open()
219 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
235 utm_close(UToolMemory *mem) { in utm_close()
246 utm_getStart(UToolMemory *mem) { in utm_getStart()
251 utm_countItems(UToolMemory *mem) { in utm_countItems()
257 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
296 utm_alloc(UToolMemory *mem) { in utm_alloc()
309 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu4c/tools/gennorm2/
Dn2builder.h110 UToolMemory *normMem;
/external/icu4c/tools/makeconv/
Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
/external/chromium/third_party/icu/source/tools/makeconv/
Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
/external/chromium/third_party/icu/source/tools/gennorm/
Dstore.c105 static UToolMemory *normMem, *utf32Mem, *extraMem, *combiningTriplesMem;
/external/icu4c/tools/gennorm/
Dstore.c105 static UToolMemory *normMem, *utf32Mem, *extraMem, *combiningTriplesMem;