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

/external/icu/icu4c/source/layout/
H A DContextualGlyphSubstitution.h42 WordOffset currOffset; member in struct:ContextualGlyphSubstitutionStateEntry
H A DContextualGlyphSubstProc.cpp51 WordOffset currOffset = SWAPW(entry->currOffset); local
60 if (currOffset != 0) {
62 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew.
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp235 uint32_t currOffset; local
269 currOffset = tableStart * (sizeof(uint32_t)/sizeof(uint16_t)) + (sizeof(uint32_t)/sizeof(uint16_t));
270 gMainTable.converterList = table + currOffset;
272 currOffset += gMainTable.converterListSize;
273 gMainTable.tagList = table + currOffset;
275 currOffset += gMainTable.tagListSize;
276 gMainTable.aliasList = table + currOffset;
278 currOffset += gMainTable.aliasListSize;
279 gMainTable.untaggedConvArray = table + currOffset;
281 currOffset
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp235 uint32_t currOffset; local
269 currOffset = tableStart * (sizeof(uint32_t)/sizeof(uint16_t)) + (sizeof(uint32_t)/sizeof(uint16_t));
270 gMainTable.converterList = table + currOffset;
272 currOffset += gMainTable.converterListSize;
273 gMainTable.tagList = table + currOffset;
275 currOffset += gMainTable.tagListSize;
276 gMainTable.aliasList = table + currOffset;
278 currOffset += gMainTable.aliasListSize;
279 gMainTable.untaggedConvArray = table + currOffset;
281 currOffset
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp289 float currOffset = firstOffset; local
294 newStop.offset = currOffset;
297 if (currOffset < 0)
301 currOffset -= stops[originalFirstStopIndex + srcStopOrdinal].offset - stops[originalFirstStopIndex + srcStopOrdinal - 1].offset;
309 float currOffset = lastOffset; local
315 newStop.offset = currOffset;
317 if (currOffset > maxExtent)
320 currOffset += stops[srcStopIndex + 1].offset - stops[srcStopIndex].offset;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.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 189 milliseconds