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

  /external/icu/icu4c/source/layout/
LEInsertionList.h 19 * This class encapsulates the callback used by <code>LEInsertionList</code>
28 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
63 class LEInsertionList : public UObject
74 LEInsertionList(le_bool rightToLeft);
79 ~LEInsertionList();
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...]

Completed in 34 milliseconds