Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/source/tools/toolutil/
Dtoolutil.h160 struct UToolMemory;
161 typedef struct UToolMemory UToolMemory; typedef
167 U_CAPI UToolMemory * U_EXPORT2
174 utm_close(UToolMemory *mem);
181 utm_getStart(UToolMemory *mem);
187 utm_countItems(UToolMemory *mem);
193 utm_alloc(UToolMemory *mem);
199 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp266 struct UToolMemory { struct
273 U_CAPI UToolMemory * U_EXPORT2 argument
275 UToolMemory *mem; in utm_open()
281 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
297 utm_close(UToolMemory *mem) { in utm_close()
308 utm_getStart(UToolMemory *mem) { in utm_getStart()
313 utm_countItems(UToolMemory *mem) { in utm_countItems()
319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
358 utm_alloc(UToolMemory *mem) { in utm_alloc()
371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.h160 struct UToolMemory;
161 typedef struct UToolMemory UToolMemory; typedef
167 U_CAPI UToolMemory * U_EXPORT2
174 utm_close(UToolMemory *mem);
181 utm_getStart(UToolMemory *mem);
187 utm_countItems(UToolMemory *mem);
193 utm_alloc(UToolMemory *mem);
199 utm_allocN(UToolMemory *mem, int32_t n);
Dtoolutil.cpp266 struct UToolMemory { struct
273 U_CAPI UToolMemory * U_EXPORT2 argument
275 UToolMemory *mem; in utm_open()
281 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open()
297 utm_close(UToolMemory *mem) { in utm_close()
308 utm_getStart(UToolMemory *mem) { in utm_getStart()
313 utm_countItems(UToolMemory *mem) { in utm_countItems()
319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
358 utm_alloc(UToolMemory *mem) { in utm_alloc()
371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/external/cronet/third_party/icu/source/tools/gennorm2/
Dnorms.h192 UToolMemory *normMem;
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.h192 UToolMemory *normMem;
/external/cronet/third_party/icu/source/tools/makeconv/
Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;