Home | History | Annotate | Download | only in layout

Lines Matching refs:ValueRuns

542  * The <code>ValueRuns</code> class associates integer values with runs of text.
546 class U_LAYOUTEX_API ValueRuns : public RunArray
550 * Construct a <code>ValueRuns</code> object from pre-existing arrays of values
554 * the <code>ValueRuns</code> object is destroyed.
557 * the <code>ValueRuns</code> object is destroyed.
563 inline ValueRuns(const le_int32 *values, const le_int32 *limits, le_int32 count);
566 * Construct an empty <code>ValueRuns</code> object. Clients can add value and limit
576 ValueRuns(le_int32 initialCapacity);
583 virtual ~ValueRuns();
606 * If the <code>ValueRuns</code> object was created with a client-supplied
644 inline ValueRuns();
645 inline ValueRuns(const ValueRuns &other);
646 inline ValueRuns &operator=(const ValueRuns & /*other*/) { return *this; };
657 inline ValueRuns::ValueRuns()
663 inline ValueRuns::ValueRuns(const ValueRuns & /*other*/)
669 inline ValueRuns::ValueRuns(const le_int32 *values, const le_int32 *limits, le_int32 count)