Home
last modified time | relevance | path

Searched refs:applyInsertions (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/layout/
DLEInsertionList.h115 le_bool applyInsertions(LEInsertionCallback *callback);
DLEInsertionList.cpp85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback) in applyInsertions() function in LEInsertionList
DGlyphIterator.h73 le_int32 applyInsertions();
DGlyphIterator.cpp115 le_int32 GlyphIterator::applyInsertions() in applyInsertions() function in GlyphIterator
117 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions()
DLEGlyphStorage.h381 le_int32 applyInsertions();
DLEGlyphStorage.cpp558 le_int32 LEGlyphStorage::applyInsertions() in applyInsertions() function in LEGlyphStorage
608 fInsertionList->applyInsertions(this); in applyInsertions()
DLookupProcessor.cpp84 newGlyphCount = glyphIterator.applyInsertions(); in process()