HomeSort by relevance Sort by last modified time
    Searched full:extrabits (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 211 // 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
231 glyphs[i] = fGlyphs[i] | extraBits;
LayoutEngine.cpp 170 // 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
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
LEGlyphStorage.h 158 * @param extraBits - this value will be ORed with each glyph index
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
LayoutEngine.h 384 * @param extraBits - this value will be ORed with each glyph index
389 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
  /external/chromium/third_party/icu/source/common/
triedict.cpp 618 uint16_t extraBits = (*overflow >> (3 - (index % 4)) * 4) % 0x10;
619 return hnode->entries[index].equal + (((uint32_t)extraBits) << 16);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 143 int extraBits;
146 nShifts = extraBits = 0;
149 if(x & 1) extraBits++;
154 if(extraBits)
    [all...]
  /external/chromium/third_party/icu/patches/
segmentation.patch.txt     [all...]

Completed in 255 milliseconds