Home
last modified time | relevance | path

Searched refs:getAuxData (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DLEGlyphStorage.h264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const;
301 le_uint32 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const;
DGlyphIterator.cpp410 FeatureMask fm = glyphStorage.getAuxData(position, success); in hasFeatureTag()
423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK); in findFeatureTag()
DLEGlyphStorage.cpp320 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const in getAuxData() function in LEGlyphStorage
339 le_uint32 LEGlyphStorage::getAuxData(le_int32 glyphIndex, LEErrorCode &success) const in getAuxData() function in LEGlyphStorage
DArabicShaping.cpp114 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); in adjustTags()