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

  /external/icu4c/layout/
GlyphIterator.cpp 22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
56 glyphGroup = that.glyphGroup;
74 glyphGroup = 0;
92 glyphGroup = that.glyphGroup;
106 glyphGroup = 0;
412 return ((fm & featureMask) == featureMask) && (!matchGroup || (le_int32)(fm & LE_GLYPH_GROUP_MASK) == glyphGroup);
417 //glyphGroup = 0;
423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK)
    [all...]
GlyphIterator.h 93 le_int32 glyphGroup;

Completed in 27 milliseconds