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

/external/icu/icu4c/source/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.h400 * @param extraBits - this value will be ORed with each glyph index
405 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.cpp176 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c143 int extraBits; local
146 nShifts = extraBits = 0;
149 if(x & 1) extraBits++;
154 if(extraBits)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1160 milliseconds