Searched refs:f16BitUnitsLength (Results 1 – 4 of 4) sorted by relevance
149 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity) { in reserve16BitUnits()158 if (bundle->f16BitUnitsLength > 0) { in reserve16BitUnits()159 uprv_memcpy(newUnits, bundle->f16BitUnits, bundle->f16BitUnitsLength * 2); in reserve16BitUnits()162 bundle->f16BitUnitsLength = 1; in reserve16BitUnits()168 return bundle->f16BitUnits + bundle->f16BitUnitsLength; in reserve16BitUnits()254 res->fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnitsLength); in array_write16()259 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount; in array_write16()318 res->fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnitsLength); in table_write16()326 bundle->f16BitUnitsLength += 1 + res->u.fTable.fCount * 2; in table_write16()687 if (bundle->f16BitUnitsLength & 1) { in bundle_write()[all …]
60 int32_t f16BitUnitsLength; member
184 … bundle->f16BitUnitsLength += res->u.fString.fNumCharsForLength + len + 1; /* +1 for the NUL */ in string_preflightStrings()249 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity) { in reserve16BitUnits()258 if (bundle->f16BitUnitsLength > 0) { in reserve16BitUnits()259 uprv_memcpy(newUnits, bundle->f16BitUnits, bundle->f16BitUnitsLength * 2); in reserve16BitUnits()262 bundle->f16BitUnitsLength = 1; in reserve16BitUnits()268 return bundle->f16BitUnits + bundle->f16BitUnitsLength; in reserve16BitUnits()351 res->fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnitsLength); in array_write16()356 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount; in array_write16()415 res->fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnitsLength); in table_write16()423 bundle->f16BitUnitsLength += 1 + res->u.fTable.fCount * 2; in table_write16()[all …]
58 int32_t f16BitUnitsLength; member