Home
last modified time | relevance | path

Searched refs:oldOffset (Results 1 – 8 of 8) sorted by relevance

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