Home
last modified time | relevance | path

Searched refs:newOffset (Results 1 – 25 of 66) sorted by relevance

123

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java79 private int newOffset; field in CodeAttributeEditor
641 newOffset = 0; in mapInstructions()
655 if (newOffset > oldOffset) in mapInstructions()
663 newInstructionOffsets[oldOffset] = newOffset; in mapInstructions()
665 return newOffset; in mapInstructions()
677 newInstructionOffsets[oldOffset] = newOffset; in mapInstruction()
683 newOffset += preInstruction.length(newOffset); in mapInstruction()
691 newOffset += replacementInstruction.length(newOffset); in mapInstruction()
697 newOffset += instruction.length(newOffset); in mapInstruction()
704 newOffset += postInstruction.length(newOffset); in mapInstruction()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java448 public void setOffset(int newOffset) { in setOffset() argument
449 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
450 int offset = newOffset; in setOffset()
460 if (offset < newOffset) { in setOffset()
472 if (offset <= newOffset) { in setOffset()
475 } while (offset < newOffset); in setOffset()
476 newOffset = lastSafeOffset; in setOffset()
479 iter_.resetToOffset(newOffset); in setOffset()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java462 public void setOffset(int newOffset) { in setOffset() argument
463 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
464 int offset = newOffset; in setOffset()
474 if (offset < newOffset) { in setOffset()
486 if (offset <= newOffset) { in setOffset()
489 } while (offset < newOffset); in setOffset()
490 newOffset = lastSafeOffset; in setOffset()
493 iter_.resetToOffset(newOffset); in setOffset()
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp227 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
231 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
232 int32_t offset = newOffset; in setOffset()
242 if (offset < newOffset) { in setOffset()
255 if (offset <= newOffset) { in setOffset()
258 } while (offset < newOffset); in setOffset()
259 newOffset = lastSafeOffset; in setOffset()
262 iter_->resetToOffset(newOffset); in setOffset()
Duitercollationiterator.cpp32 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
34 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
88 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
89 start = newOffset; in resetToOffset()
Duitercollationiterator.h39 virtual void resetToOffset(int32_t newOffset);
71 virtual void resetToOffset(int32_t newOffset);
Dutf8collationiterator.h40 virtual void resetToOffset(int32_t newOffset);
87 virtual void resetToOffset(int32_t newOffset);
Dutf16collationiterator.h45 virtual void resetToOffset(int32_t newOffset);
98 virtual void resetToOffset(int32_t newOffset);
Dutf16collationiterator.cpp47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
49 pos = start + newOffset; in resetToOffset()
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
191 start = segmentStart = pos = rawStart + newOffset; in resetToOffset()
Dutf8collationiterator.cpp32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
34 pos = newOffset; in resetToOffset()
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
134 start = pos = newOffset; in resetToOffset()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java2100 int newOffset; // future offset of a jump instruction in resizeInstructions() local
2130 newOffset = getNewOffset(allIndexes, allSizes, u, label); in resizeInstructions()
2131 if (newOffset < Short.MIN_VALUE in resizeInstructions()
2132 || newOffset > Short.MAX_VALUE) in resizeInstructions()
2168 newOffset = getNewOffset(allIndexes, allSizes, 0, u); in resizeInstructions()
2169 insert = -(newOffset & 3); in resizeInstructions()
2184 newOffset = getNewOffset(allIndexes, allSizes, 0, u); in resizeInstructions()
2185 insert = -(newOffset & 3); in resizeInstructions()
2273 newOffset = getNewOffset(allIndexes, allSizes, u, label); in resizeInstructions()
2291 newOffset -= 3; in resizeInstructions()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DIterCollationIterator.java30 public void resetToOffset(int newOffset) { in resetToOffset() argument
32 iter.setIndex(newOffset); in resetToOffset()
DUTF16CollationIterator.java52 public void resetToOffset(int newOffset) { in resetToOffset() argument
54 pos = start + newOffset; in resetToOffset()
DFCDIterCollationIterator.java32 public void resetToOffset(int newOffset) { in resetToOffset() argument
33 super.resetToOffset(newOffset); in resetToOffset()
34 start = newOffset; in resetToOffset()
DFCDUTF16CollationIterator.java62 public void resetToOffset(int newOffset) { in resetToOffset() argument
65 start = segmentStart = pos = rawStart + newOffset; in resetToOffset()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DIterCollationIterator.java28 public void resetToOffset(int newOffset) { in resetToOffset() argument
30 iter.setIndex(newOffset); in resetToOffset()
DUTF16CollationIterator.java50 public void resetToOffset(int newOffset) { in resetToOffset() argument
52 pos = start + newOffset; in resetToOffset()
DFCDIterCollationIterator.java30 public void resetToOffset(int newOffset) { in resetToOffset() argument
31 super.resetToOffset(newOffset); in resetToOffset()
32 start = newOffset; in resetToOffset()
DFCDUTF16CollationIterator.java60 public void resetToOffset(int newOffset) { in resetToOffset() argument
63 start = segmentStart = pos = rawStart + newOffset; in resetToOffset()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java97 int newOffset = tz.getOffset(newt); in dump() local
99 if (offset != newOffset || inDst != newInDst) { in dump()
119 w.write(formatter.format(hit, newOffset, tz.inDaylightTime(hit))); in dump()
121 offset = newOffset; in dump()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java874 offset = newOffset(i, offset, where, gapLength, exclusive); in insertGap2()
882 offset = newOffset(i, offset, where, gapLength, exclusive); in insertGap2()
900 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2), in insertGap2()
911 int offset = newOffset(i, ByteArray.read32bit(code, i0), in insertGap2()
932 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2), in insertGap2()
942 int offset = newOffset(i, in insertGap2()
973 private static int newOffset(int i, int offset, int where, in newOffset() method in CodeIterator
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java447 int newOffset = testSet.matchesAt(string, offset); in span() local
448 if (newOffset < 0) return offset; in span()
461 int newOffset = testSet.matchesAt(string, offset); in spanNot() local
462 if (newOffset >= 0) return offset; in spanNot()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java448 int newOffset = testSet.matchesAt(string, offset); in span() local
449 if (newOffset < 0) return offset; in span()
462 int newOffset = testSet.matchesAt(string, offset); in spanNot() local
463 if (newOffset >= 0) return offset; in spanNot()
/external/dng_sdk/source/
Ddng_info.h144 uint64 newOffset);
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h270 void setOffset(int32_t newOffset, UErrorCode& status);

123