Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEGlyphStorage.h163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
DLayoutEngine.h412 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
DLEGlyphStorage.cpp212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() argument
231 glyphs[i] = fGlyphs[i] | extraBits; in getGlyphs()
DLayoutEngine.cpp177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() argument
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success); in getGlyphs()