Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Integer.java68 PerAlignedUtils.encodeBigNonNegativeWholeNumber(normalizedValue), in encodeNormalizedIntegerWithRangeAligned()
70 PerAlignedUtils.encodeBigNonNegativeWholeNumber(range).length); in encodeNormalizedIntegerWithRangeAligned()
125 PerAlignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))) in encodePerImpl()
127 PerUnalignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))); in encodePerImpl()
169 PerAlignedUtils.encodeBigNonNegativeWholeNumber(range).length)); in decodeNormalizedIntegerWithRangeAligned()
DPerUnalignedUtils.java195 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() method in PerUnalignedUtils
DPerAlignedUtils.java257 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() method in PerAlignedUtils