Searched refs:length1 (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteString.java220 * @param length1
236 static int compareTo(byte[] b1, int offset1, int length1, byte[] b2, argument
239 int count = Math.min(length1, length2);
251 return length1 - length2;
265 * @param length1
276 static boolean equals(byte[] b1, int offset1, int length1, argument
279 if (length1 != length2)
286 int count = length1;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteString.java219 * @param length1
235 static int compareTo(byte[] b1, int offset1, int length1, byte[] b2, argument
238 int count = Math.min(length1, length2);
250 return length1 - length2;
264 * @param length1
275 static boolean equals(byte[] b1, int offset1, int length1, argument
278 if (length1 != length2)
285 int count = length1;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteString.java220 * @param length1
236 static int compareTo(byte[] b1, int offset1, int length1, byte[] b2, argument
239 int count = Math.min(length1, length2);
251 return length1 - length2;
265 * @param length1
276 static boolean equals(byte[] b1, int offset1, int length1, argument
279 if (length1 != length2)
286 int count = length1;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DByteString.java220 * @param length1
236 static int compareTo(byte[] b1, int offset1, int length1, byte[] b2, argument
239 int count = Math.min(length1, length2);
251 return length1 - length2;
265 * @param length1
276 static boolean equals(byte[] b1, int offset1, int length1, argument
279 if (length1 != length2)
286 int count = length1;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DByteString.java219 * @param length1
235 static int compareTo(byte[] b1, int offset1, int length1, byte[] b2, argument
238 int count = Math.min(length1, length2);
250 return length1 - length2;
264 * @param length1
275 static boolean equals(byte[] b1, int offset1, int length1, argument
278 if (length1 != length2)
285 int count = length1;
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 82 milliseconds