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

  /external/icu/icu4c/source/layout/
GlyphIterator.h 77 le_bool hasFeatureTag(le_bool matchGroup) const;
GlyphIterator.cpp 428 le_bool GlyphIterator::hasFeatureTag(le_bool matchGroup) const
437 return ((fm & featureMask) == featureMask) && (!matchGroup || (le_int32)(fm & LE_GLYPH_GROUP_MASK) == glyphGroup);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 101 bool matchGroup;
108 matchGroup = cmdLine.checkTestGroupName(curCase.path);
111 if ((matchGroup == (curCase.expected == MatchCase::MATCH_GROUP)) &&

Completed in 197 milliseconds