Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEInsertionList.h116 le_bool applyInsertions(LEInsertionCallback *callback);
DLEInsertionList.cpp85 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback) in applyInsertions() function in LEInsertionList
DGlyphIterator.h73 le_int32 applyInsertions();
DContextualGlyphInsertionProc2.cpp70 glyphStorage.applyInsertions(); in doInsertion()
DLEGlyphStorage.h381 le_int32 applyInsertions();
DGlyphIterator.cpp123 le_int32 GlyphIterator::applyInsertions() in applyInsertions() function in GlyphIterator
125 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions()
DLEGlyphStorage.cpp558 le_int32 LEGlyphStorage::applyInsertions() in applyInsertions() function in LEGlyphStorage
608 fInsertionList->applyInsertions(this); in applyInsertions()
DLookupProcessor.cpp87 newGlyphCount = glyphIterator.applyInsertions(); in process()