Searched refs:extraBits (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.h158 * @param extraBits - this value will be ORed with each glyph index
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLayoutEngine.h384 * @param extraBits - this value will be ORed with each glyph index
389 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLEGlyphStorage.cpp211 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
231 glyphs[i] = fGlyphs[i] | extraBits;
H A DLayoutEngine.cpp170 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
/external/chromium/third_party/icu/source/common/
H A Dtriedict.cpp618 uint16_t extraBits = (*overflow >> (3 - (index % 4)) * 4) % 0x10; local
619 return hnode->entries[index].equal + (((uint32_t)extraBits) << 16);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c143 int extraBits; local
146 nShifts = extraBits = 0;
149 if(x & 1) extraBits++;
154 if(extraBits)

Completed in 501 milliseconds