HomeSort by relevance Sort by last modified time
    Searched refs:hasFeatureTag (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
GlyphIterator.h 77 le_bool hasFeatureTag(le_bool matchGroup) const;
GlyphIterator.cpp 403 le_bool GlyphIterator::hasFeatureTag(le_bool matchGroup) const
420 if (hasFeatureTag(FALSE)) {
451 return nextInternal(delta) && hasFeatureTag(TRUE);
473 return prevInternal(delta) && hasFeatureTag(TRUE);

Completed in 123 milliseconds