HomeSort by relevance Sort by last modified time
    Searched defs:ValueRuns (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layoutex/
RunArrays.cpp 178 const char ValueRuns::fgClassID = 0;
180 ValueRuns::ValueRuns(le_int32 initialCapacity)
188 ValueRuns::~ValueRuns()
196 void ValueRuns::init(le_int32 capacity)
202 void ValueRuns::grow(le_int32 capacity)
208 le_int32 ValueRuns::add(le_int32 value, le_int32 limit)
221 le_int32 ValueRuns::getValue(le_int32 run) const
  /external/icu4c/layoutex/layout/
RunArrays.h 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-supplie
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 1147 milliseconds