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

  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 41 * The <code>RunArray</code> class is a base class for building classes
48 class U_LAYOUTEX_API RunArray : public UObject
52 * Construct a <code>RunArray</code> object from a pre-existing
56 * valid until the <code>RunArray</code> object is destroyed.
62 inline RunArray(const le_int32 *limits, le_int32 count);
65 * Construct an empty <code>RunArray</code> object. Clients can add limit
75 RunArray(le_int32 initialCapacity);
82 virtual ~RunArray();
130 * If the <code>RunArray</code> object was created with a client-supplied
213 inline RunArray();
    [all...]
  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 17 const char RunArray::fgClassID = 0;
19 RunArray::RunArray(le_int32 initialCapacity)
27 RunArray::~RunArray()
35 le_int32 RunArray::ensureCapacity()
50 void RunArray::init(le_int32 capacity)
55 void RunArray::grow(le_int32 newCapacity)
60 le_int32 RunArray::add(le_int32 limit)
77 : RunArray(initialCapacity), fFonts(NULL
    [all...]
ParagraphLayout.cpp 39 StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
53 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount)
359 const RunArray *styleRunArrays[] = {fFontRuns, fLevelRuns, fScriptRuns, fLocaleRuns};
785 const RunArray *styleRunArrays[] = {fontRuns, fScriptRuns};
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 44 static le_int32 findRun(const RunArray *runArray, le_int32 offset)
46 le_int32 runCount = runArray->getCount();
49 if (runArray->getLimit(run) > offset) {
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 869 milliseconds