Home
last modified time | relevance | path

Searched refs:fromPos (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java361 int fromPos = 0; in toIntArray() local
365 if (i - fromPos + 1 > 4) { in toIntArray()
366 BigInteger big = new BigInteger(pack(encoding, fromPos, i-fromPos+1, 7, 8)); in toIntArray()
367 if (fromPos == 0) { in toIntArray()
384 for (int j = fromPos; j <= i; j++) { in toIntArray()
389 if (fromPos == 0) { in toIntArray()
401 fromPos = i+1; in toIntArray()
423 int fromPos = 0; in toString() local
427 if (fromPos != 0) { // not the first segment in toString()
430 if (i - fromPos + 1 > 4) { // maybe big integer in toString()
[all …]