Searched refs:UToolMemory (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | toolutil.h | 133 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);
|
D | toolutil.cpp | 210 struct UToolMemory { struct 217 U_CAPI UToolMemory * U_EXPORT2 argument 219 UToolMemory *mem; in utm_open() 225 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open() 241 utm_close(UToolMemory *mem) { in utm_close() 252 utm_getStart(UToolMemory *mem) { in utm_getStart() 257 utm_countItems(UToolMemory *mem) { in utm_countItems() 263 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 302 utm_alloc(UToolMemory *mem) { in utm_alloc() 315 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|
/external/icu4c/tools/toolutil/ |
D | toolutil.h | 134 struct UToolMemory; 135 typedef struct UToolMemory UToolMemory; typedef 141 U_CAPI UToolMemory * U_EXPORT2 148 utm_close(UToolMemory *mem); 155 utm_getStart(UToolMemory *mem); 161 utm_countItems(UToolMemory *mem); 167 utm_alloc(UToolMemory *mem); 173 utm_allocN(UToolMemory *mem, int32_t n);
|
D | toolutil.cpp | 214 struct UToolMemory { struct 221 U_CAPI UToolMemory * U_EXPORT2 argument 223 UToolMemory *mem; in utm_open() 229 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size); in utm_open() 245 utm_close(UToolMemory *mem) { in utm_close() 256 utm_getStart(UToolMemory *mem) { in utm_getStart() 261 utm_countItems(UToolMemory *mem) { in utm_countItems() 267 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 306 utm_alloc(UToolMemory *mem) { in utm_alloc() 319 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
D | n2builder.h | 103 UToolMemory *normMem;
|
/external/icu4c/tools/gennorm2/ |
D | n2builder.h | 103 UToolMemory *normMem;
|
/external/icu4c/tools/makeconv/ |
D | gencnvex.c | 53 UToolMemory *toUTable, *toUUChars; 56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
D | gencnvex.c | 53 UToolMemory *toUTable, *toUUChars; 56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
|