Home | History | Annotate | Download | only in layout

Lines Matching defs:ValueRuns

544  * The <code>ValueRuns</code> class associates integer values with runs of text.
548 class U_LAYOUTEX_API ValueRuns : public RunArray
552 * Construct a <code>ValueRuns</code> object from pre-existing arrays of values
556 * the <code>ValueRuns</code> object is destroyed.
559 * the <code>ValueRuns</code> object is destroyed.
565 inline ValueRuns(const le_int32 *values, const le_int32 *limits, le_int32 count);
568 * Construct an empty <code>ValueRuns</code> object. Clients can add value and limit
578 ValueRuns(le_int32 initialCapacity);
585 virtual ~ValueRuns();
608 * If the <code>ValueRuns</code> object was created with a client-supplied
646 inline ValueRuns();
647 inline ValueRuns(const ValueRuns &other);
648 inline ValueRuns &operator=(const ValueRuns & /*other*/) { return *this; };
659 inline ValueRuns::ValueRuns()
665 inline ValueRuns::ValueRuns(const ValueRuns & /*other*/)
671 inline ValueRuns::ValueRuns(const le_int32 *values, const le_int32 *limits, le_int32 count)