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

  /external/icu/icu4c/source/layout/
GlyphIterator.cpp 22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
60 glyphGroup = that.glyphGroup;
79 glyphGroup = 0;
98 glyphGroup = that.glyphGroup;
113 glyphGroup = 0;
437 return ((fm & featureMask) == featureMask) && (!matchGroup || (le_int32)(fm & LE_GLYPH_GROUP_MASK) == glyphGroup);
442 //glyphGroup = 0;
448 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK)
    [all...]
GlyphIterator.h 93 le_int32 glyphGroup;

Completed in 52 milliseconds