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

  /external/icu4c/tools/genrb/
reslist.c 147 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity) {
150 capacity &= ~1; /* ensures padding fits if f16BitUnitsLength needs it */
156 if (bundle->f16BitUnitsLength > 0) {
157 uprv_memcpy(newUnits, bundle->f16BitUnits, bundle->f16BitUnitsLength * 2);
160 bundle->f16BitUnitsLength = 1;
166 return bundle->f16BitUnits + bundle->f16BitUnitsLength;
252 res->fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnitsLength);
257 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
316 res->fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnitsLength);
324 bundle->f16BitUnitsLength += 1 + res->u.fTable.fCount * 2
    [all...]
reslist.h 60 int32_t f16BitUnitsLength;

Completed in 18 milliseconds