Home
last modified time | relevance | path

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

/external/icu4c/layout/
DMarkToBasePosnSubtables.cpp51 GlyphIterator baseIterator(*glyphIterator, (le_uint16) (lfIgnoreMarks /*| lfIgnoreLigatures*/)); in process() local
52 LEGlyphID baseGlyph = findBaseGlyph(&baseIterator); in process()
71 glyphIterator->setCurrGlyphBaseOffset(baseIterator.getCurrStreamPosition()); in process()
83 glyphIterator->setCurrGlyphBaseOffset(baseIterator.getCurrStreamPosition()); in process()
95 … GlyphIterator gi(baseIterator, (le_uint16)0); // copy of baseIterator that won't ignore marks in process()