Searched refs:fromPos (Results 1 – 1 of 1) sorted by relevance
361 int fromPos = 0; in toIntArray() local365 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() local427 if (fromPos != 0) { // not the first segment in toString()430 if (i - fromPos + 1 > 4) { // maybe big integer in toString()[all …]