Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Integer.java69 PerAlignedUtils.encodeBigNonNegativeWholeNumber(normalizedValue), in encodeNormalizedIntegerWithRangeAligned()
71 PerAlignedUtils.encodeBigNonNegativeWholeNumber(range).length); in encodeNormalizedIntegerWithRangeAligned()
126 PerAlignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))) in encodePerImpl()
128 PerUnalignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))); in encodePerImpl()
170 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