Searched refs:txtOffset (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DSameBuffer.java240 int txtOffset, int lenght, int offset, AlgorithmParameters params)
245 byte[] outputText = cipher.doFinal(text, txtOffset, lenght);
253 int off = anotherCipher.update(text, txtOffset, lenght, text, myoff);
269 private void runGCMWithSameArray(int mode, byte[] array, int txtOffset, argument
274 byte[] outputText = cipher.doFinal(array, txtOffset, length);
281 int off = anotherCipher.update(array, txtOffset, length,
282 array, txtOffset);
283 anotherCipher.doFinal(array, txtOffset + off);
286 if (!isEqual(array, txtOffset, outputText, 0,
301 ByteBuffer textBB, int txtOffset, in
239 runGCMWithSeparateArray(int mode, byte[] AAD, byte[] text, int txtOffset, int lenght, int offset, AlgorithmParameters params) argument
300 runGCMWithSeparateBuffers(int mode, ByteBuffer buffer, ByteBuffer textBB, int txtOffset, int dataLength, AlgorithmParameters params) argument
342 runGCMWithSameBuffer(int mode, ByteBuffer buffer, int txtOffset, int length, AlgorithmParameters params) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DUtilities.java160 int txtOffset = s.offset;
168 int offset = - startOffset + txtOffset;
184 for (int i = txtOffset; i < n; i++) {
198 nextX = e.nextTabStop(nextX, startOffset + i - txtOffset);
304 int txtOffset = s.offset;
312 int offset = - startOffset + txtOffset;
328 for (int i = txtOffset; i < n; i++) {
339 nextX = e.nextTabStop(nextX, startOffset + i - txtOffset);
485 int txtOffset = s.offset;
492 int offset = - startOffset + txtOffset;
[all...]
H A DGlyphView.java1017 int txtOffset = segment.offset;
1020 int endContentPosition = txtOffset - 1;
1021 int lastTabPosition = txtOffset - 1;
1032 for (int i = txtEnd, state = TRAILING; i >= txtOffset; i--) {
1034 spaceMap.set(i - txtOffset);
1068 startContentPosition - txtOffset;
1071 if (endContentPosition > txtOffset) {
1073 endContentPosition - txtOffset;

Completed in 43 milliseconds