Home
last modified time | relevance | path

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

/external/icu4c/layout/
DGlyphIterator.cpp356 le_bool GlyphIterator::filterGlyph(le_uint32 index) const in filterGlyph() function in GlyphIterator
439 } while (newPosition != nextLimit && filterGlyph(newPosition)); in nextInternal()
461 } while (newPosition != prevLimit && filterGlyph(newPosition)); in prevInternal()
499 …} while (newPosition != prevLimit && glyphStorage[newPosition] != 0xFFFE && filterGlyph(newPositio… in findMark2Glyph()
DGlyphIterator.h76 le_bool filterGlyph(le_uint32 index) const;