Searched defs:oldOffset (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducmstate.c621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
798 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
807 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); local
105 if (oldOffset > oldNameTableOffset) {
106 currentEntry->offset = SkEndian_SwapBE32(oldOffset - oldNameTablePhysicalSize);
/external/icu4c/tools/toolutil/
H A Ducmstate.c621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
798 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
807 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
/external/skia/src/sfnt/
H A DSkOTUtils.cpp104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); local
105 if (oldOffset > oldNameTableOffset) {
106 currentEntry->offset = SkEndian_SwapBE32(oldOffset - oldNameTablePhysicalSize);
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java558 int oldOffset = 0;
562 Instruction instruction = InstructionFactory.create(oldCode, oldOffset);
565 mapInstruction(oldOffset, instruction);
567 oldOffset += instruction.length(oldOffset);
569 if (newOffset > oldOffset)
574 while (oldOffset < oldLength);
577 instructionOffsetMap[oldOffset] = newOffset;
585 * @param oldOffset the instruction's old offset.
588 private void mapInstruction(int oldOffset, argument
667 moveInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int oldOffset, Instruction instruction) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1225 void RenderLayerScrollableArea::resize(const PlatformEvent& evt, const LayoutSize& oldOffset) argument
1266 LayoutSize adjustedOldOffset = LayoutSize(oldOffset.width() / zoomFactor, oldOffset.height() / zoomFactor);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1093 uint32_t oldOffset = 0; local
1240 if(ucol_isTailored(coll, *(src.source+oldOffset), status)) {
1241 log_verbose("Reset is tailored codepoint %04X, don't know how to continue, taking next test\n", *(src.source+oldOffset));
1284 oldOffset = chOffset;
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1096 uint32_t oldOffset = 0; local
1243 if(ucol_isTailored(coll, *(src.source+oldOffset), status)) {
1244 log_verbose("Reset is tailored codepoint %04X, don't know how to continue, taking next test\n", *(src.source+oldOffset));
1287 oldOffset = chOffset;
/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 ...

Completed in 205 milliseconds