/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 79 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/ |
D | CollationElementIterator.java | 448 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/ |
D | CollationElementIterator.java | 462 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/ |
D | coleitr.cpp | 227 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()
|
D | uitercollationiterator.cpp | 32 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()
|
D | uitercollationiterator.h | 39 virtual void resetToOffset(int32_t newOffset); 71 virtual void resetToOffset(int32_t newOffset);
|
D | utf8collationiterator.h | 40 virtual void resetToOffset(int32_t newOffset); 87 virtual void resetToOffset(int32_t newOffset);
|
D | utf16collationiterator.h | 45 virtual void resetToOffset(int32_t newOffset); 98 virtual void resetToOffset(int32_t newOffset);
|
D | utf16collationiterator.cpp | 47 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()
|
D | utf8collationiterator.cpp | 32 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/ |
D | MethodWriter.java | 2100 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/ |
D | IterCollationIterator.java | 30 public void resetToOffset(int newOffset) { in resetToOffset() argument 32 iter.setIndex(newOffset); in resetToOffset()
|
D | UTF16CollationIterator.java | 52 public void resetToOffset(int newOffset) { in resetToOffset() argument 54 pos = start + newOffset; in resetToOffset()
|
D | FCDIterCollationIterator.java | 32 public void resetToOffset(int newOffset) { in resetToOffset() argument 33 super.resetToOffset(newOffset); in resetToOffset() 34 start = newOffset; in resetToOffset()
|
D | FCDUTF16CollationIterator.java | 62 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/ |
D | IterCollationIterator.java | 28 public void resetToOffset(int newOffset) { in resetToOffset() argument 30 iter.setIndex(newOffset); in resetToOffset()
|
D | UTF16CollationIterator.java | 50 public void resetToOffset(int newOffset) { in resetToOffset() argument 52 pos = start + newOffset; in resetToOffset()
|
D | FCDIterCollationIterator.java | 30 public void resetToOffset(int newOffset) { in resetToOffset() argument 31 super.resetToOffset(newOffset); in resetToOffset() 32 start = newOffset; in resetToOffset()
|
D | FCDUTF16CollationIterator.java | 60 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/ |
D | ICUZDump.java | 97 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/ |
D | CodeIterator.java | 874 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/ |
D | CollectionUtilities.java | 447 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/ |
D | CollectionUtilities.java | 448 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/ |
D | dng_info.h | 144 uint64 newOffset);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coleitr.h | 270 void setOffset(int32_t newOffset, UErrorCode& status);
|