Home
last modified time | relevance | path

Searched refs:f16BitUnitsCapacity (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.h59 int32_t f16BitUnitsCapacity; member
Dreslist.c149 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity) { in reserve16BitUnits()
151 int32_t capacity = 2 * bundle->f16BitUnitsCapacity + length + 1024; in reserve16BitUnits()
166 bundle->f16BitUnitsCapacity = capacity; in reserve16BitUnits()
1691 bundle->f16BitUnitsCapacity = utf16Length; in bundle_compactStrings()
/external/icu/icu4c/source/tools/genrb/
Dreslist.h57 int32_t f16BitUnitsCapacity; member
Dreslist.c249 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity) { in reserve16BitUnits()
251 int32_t capacity = 2 * bundle->f16BitUnitsCapacity + length + 1024; in reserve16BitUnits()
266 bundle->f16BitUnitsCapacity = capacity; in reserve16BitUnits()
1732 bundle->f16BitUnitsCapacity = utf16Length; in bundle_compactStrings()