Searched defs:otherLength (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java789 * @param otherLength The second length.
795 int otherLength, int otherIndexID);
806 * @param otherLength The length of the second object.
813 int otherLength, int otherIndexID);
852 * @param otherLength The second length.
859 int otherOffset, int otherLength, int otherIndexID)
861 for(int i = 0; i < length && i < otherLength; i++)
874 if(length == otherLength)
889 if (length > otherLength)
910 * @param otherLength Th
794 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
812 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
917 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
973 compare(byte[] b, int offset, int length, byte[] other, int otherLength) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java753 * @param otherLength The second length.
759 int otherLength, int otherIndexID);
770 * @param otherLength The length of the second object.
777 int otherLength, int otherIndexID);
816 * @param otherLength The second length.
822 int otherOffset, int otherLength, int otherIndexID)
824 for(int i = 0; i < length && i < otherLength; i++)
837 if(length == otherLength)
852 if (length > otherLength)
873 * @param otherLength Th
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
934 compare(byte[] b, int offset, int length, byte[] other, int otherLength) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java753 * @param otherLength The second length.
759 int otherLength, int otherIndexID);
770 * @param otherLength The length of the second object.
777 int otherLength, int otherIndexID);
816 * @param otherLength The second length.
822 int otherOffset, int otherLength, int otherIndexID)
824 for(int i = 0; i < length && i < otherLength; i++)
837 if(length == otherLength)
852 if (length > otherLength)
873 * @param otherLength Th
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
934 compare(byte[] b, int offset, int length, byte[] other, int otherLength) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java789 * @param otherLength The second length.
795 int otherLength, int otherIndexID);
806 * @param otherLength The length of the second object.
813 int otherLength, int otherIndexID);
852 * @param otherLength The second length.
859 int otherOffset, int otherLength, int otherIndexID)
861 for(int i = 0; i < length && i < otherLength; i++)
874 if(length == otherLength)
889 if (length > otherLength)
910 * @param otherLength Th
794 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
812 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
917 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
973 compare(byte[] b, int offset, int length, byte[] other, int otherLength) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java753 * @param otherLength The second length.
759 int otherLength, int otherIndexID);
770 * @param otherLength The length of the second object.
777 int otherLength, int otherIndexID);
816 * @param otherLength The second length.
822 int otherOffset, int otherLength, int otherIndexID)
824 for(int i = 0; i < length && i < otherLength; i++)
837 if(length == otherLength)
852 if (length > otherLength)
873 * @param otherLength Th
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
934 compare(byte[] b, int offset, int length, byte[] other, int otherLength) argument
[all...]

Completed in 74 milliseconds