Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphIterator.cpp428 le_bool GlyphIterator::hasFeatureTag(le_bool matchGroup) const in hasFeatureTag() function in GlyphIterator
445 if (hasFeatureTag(FALSE)) { in findFeatureTag()
478 return nextInternal(delta) && hasFeatureTag(TRUE); in next()
502 return prevInternal(delta) && hasFeatureTag(TRUE); in prev()
DGlyphIterator.h77 le_bool hasFeatureTag(le_bool matchGroup) const;