Searched defs:targetOffset (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetASCII.java | 68 int targetOffset = target.arrayOffset(); in decodeLoop() local 226 int targetOffset = target.arrayOffset(); in encodeLoop() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | parseConst.cpp | 157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() 669 byte[] target, int sourceOffset, int targetOffset, int numberToCopy); in copyToInternal() 1357 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal() 1594 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
|
D | NioByteString.java | 110 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
|
D | UnsafeUtil.java | 242 static void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() 613 public abstract void copyMemory(byte[] src, long srcIndex, long targetOffset, long length); in copyMemory() 698 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() 806 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() 926 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory()
|
D | RopeByteString.java | 402 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
|
/third_party/icu/icu4c/source/i18n/ |
D | units_converter.h | 106 double targetOffset = 0; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_converter.h | 106 double targetOffset = 0; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_converter.h | 106 double targetOffset = 0; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | ConversionRates.java | 72 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() local
|
/third_party/flatbuffers/ts/flexbuffers/ |
D | builder.ts | 41 const targetOffset = this.offset + newValueSize; constant
|