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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.h 124 * UToolMemory is used for generic, custom memory management.
133 struct UToolMemory;
134 typedef struct UToolMemory 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 *mem)
    [all...]
toolutil.cpp 210 struct UToolMemory {
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 *mem)
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.h 125 * UToolMemory is used for generic, custom memory management.
134 struct UToolMemory;
135 typedef struct UToolMemory UToolMemory;
138 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
141 U_CAPI UToolMemory * U_EXPORT2
145 * Close a UToolMemory object.
148 utm_close(UToolMemory *mem);
155 utm_getStart(UToolMemory *mem);
161 utm_countItems(UToolMemory *mem)
    [all...]
toolutil.cpp 214 struct UToolMemory {
221 U_CAPI UToolMemory * U_EXPORT2
223 UToolMemory *mem;
229 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
245 utm_close(UToolMemory *mem) {
256 utm_getStart(UToolMemory *mem) {
261 utm_countItems(UToolMemory *mem) {
267 utm_hasCapacity(UToolMemory *mem, int32_t capacity) {
306 utm_alloc(UToolMemory *mem)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 103 UToolMemory *normMem;
  /external/icu4c/tools/gennorm2/
n2builder.h 103 UToolMemory *normMem;
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
    [all...]

Completed in 195 milliseconds