OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ioid2
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValueComparator.java
85
int[]
ioid2
= oid2.getOid();
local
86
int min = ioid1.length <
ioid2
.length ? ioid1.length :
ioid2
.length;
88
if (ioid1[i] <
ioid2
[i]) {
91
if (ioid1[i] >
ioid2
[i]) {
94
if ((i + 1) == ioid1.length && (i + 1) <
ioid2
.length) {
97
if ((i + 1) < ioid1.length && (i + 1) ==
ioid2
.length) {
Completed in 191 milliseconds