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

  /external/icu4c/layout/
LEInsertionList.cpp 9 #include "LEInsertionList.h"
23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEInsertionList)
25 LEInsertionList::LEInsertionList(le_bool rightToLeft)
31 LEInsertionList::~LEInsertionList()
36 void LEInsertionList::reset()
49 le_int32 LEInsertionList::getGrowAmount()
54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success)
85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback
    [all...]
LEInsertionList.h 18 * This class encapsulates the callback used by <code>LEInsertionList</code>
27 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
62 class LEInsertionList : public UObject
73 LEInsertionList(le_bool rightToLeft);
78 ~LEInsertionList();
LEGlyphStorage.h 12 #include "LEInsertionList.h"
27 * The storage is growable using the <code>LEInsertionList</code> class.
30 * @see LEInsertionList.h
78 LEInsertionList *fInsertionList;
96 * This implements <code>LEInsertionCallback</code>. The <code>LEInsertionList</code>
103 * @return <code>true</code> if <code>LEInsertionList</code> should stop
106 * @see LEInsertionList.h
317 * with multiple glyphs. This method uses the <code>LEInsertionList</code>
328 * @see LEInsertionList.h
336 * with multiple glyphs. This method uses the <code>LEInsertionList</code
    [all...]
Makefile 109 LEInsertionList.o \
LEGlyphStorage.cpp 9 #include "LEInsertionList.h"
111 fInsertionList = new LEInsertionList(rightToLeft);
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 3326 milliseconds