Searched refs:applyInsertions (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEInsertionList.h28 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
35 * @return <code>TRUE</code> if <code>LEInsertions::applyInsertions</code> should
57 * <code>applyInsertions</code> method, which calls a client
116 le_bool applyInsertions(LEInsertionCallback *callback);
H A DLEInsertionList.cpp85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback) function in class:LEInsertionList
H A DContextualGlyphInsertionProc2.cpp70 glyphStorage.applyInsertions();
H A DGlyphIterator.h73 le_int32 applyInsertions();
H A DLEGlyphStorage.h320 * glyph array until <code>applyInsertions</code> is called.
339 * glyph array until <code>applyInsertions</code> is called.
381 le_int32 applyInsertions();
H A DGlyphIterator.cpp123 le_int32 GlyphIterator::applyInsertions() function in class:GlyphIterator
125 le_int32 newGlyphCount = glyphStorage.applyInsertions();
H A DLEGlyphStorage.cpp558 le_int32 LEGlyphStorage::applyInsertions() function in class:LEGlyphStorage
608 fInsertionList->applyInsertions(this);
H A DLookupProcessor.cpp87 newGlyphCount = glyphIterator.applyInsertions();

Completed in 88 milliseconds