Searched refs:LEInsertionCallback (Results 1 - 4 of 4) sorted by last modified time

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp16 LEInsertionCallback::~LEInsertionCallback()
H A DLEGlyphStorage.h34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback
96 * This implements <code>LEInsertionCallback</code>. The <code>LEInsertionList</code>
H A DLEInsertionList.cpp85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback)
H A DLEInsertionList.h24 class U_LAYOUT_API LEInsertionCallback class
45 virtual ~LEInsertionCallback();
58 * supplied <code>LEInsertionCallback</code> object to actually
106 * Call the <code>LEInsertionCallback</code> once for each
109 * @param callback the <code>LEInsertionCallback</code> to call for each insertion.
116 le_bool applyInsertions(LEInsertionCallback *callback);

Completed in 106 milliseconds