Searched refs:otherOffset (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java788 * @param otherOffset The second offset.
794 int compare(T o, int offset, int length, int indexID, int otherOffset, argument
851 * @param otherOffset The second offset.
859 int otherOffset, int otherLength, int otherIndexID)
863 if(b[offset + i] > b[otherOffset + i])
867 else if (b[offset + i] < b[otherOffset + i])
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java752 * @param otherOffset The second offset.
758 int compare(T o, int offset, int length, int indexID, int otherOffset, argument
815 * @param otherOffset The second offset.
822 int otherOffset, int otherLength, int otherIndexID)
826 if(b[offset + i] > b[otherOffset + i])
830 else if (b[offset + i] < b[otherOffset + i])
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java752 * @param otherOffset The second offset.
758 int compare(T o, int offset, int length, int indexID, int otherOffset, argument
815 * @param otherOffset The second offset.
822 int otherOffset, int otherLength, int otherIndexID)
826 if(b[offset + i] > b[otherOffset + i])
830 else if (b[offset + i] < b[otherOffset + i])
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java788 * @param otherOffset The second offset.
794 int compare(T o, int offset, int length, int indexID, int otherOffset, argument
851 * @param otherOffset The second offset.
859 int otherOffset, int otherLength, int otherIndexID)
863 if(b[offset + i] > b[otherOffset + i])
867 else if (b[offset + i] < b[otherOffset + i])
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java752 * @param otherOffset The second offset.
758 int compare(T o, int offset, int length, int indexID, int otherOffset, argument
815 * @param otherOffset The second offset.
822 int otherOffset, int otherLength, int otherIndexID)
826 if(b[offset + i] > b[otherOffset + i])
830 else if (b[offset + i] < b[otherOffset + i])
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument

Completed in 40 milliseconds