HomeSort by relevance Sort by last modified time
    Searched full:ioid2 (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValueComparator.java 84 int[] ioid2 = oid2.getOid(); local
85 int min = ioid1.length < ioid2.length ? ioid1.length : ioid2.length;
87 if (ioid1[i] < ioid2[i]) {
90 if (ioid1[i] > ioid2[i]) {
93 if ((i + 1) == ioid1.length && (i + 1) < ioid2.length) {
96 if ((i + 1) < ioid1.length && (i + 1) == ioid2.length) {

Completed in 497 milliseconds