Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Enumerated.java104 PerAlignedUtils.encodeNormallySmallWholeNumber(value.ordinal())); in encodePerImpl()
107 PerUnalignedUtils.encodeNormallySmallWholeNumber(value.ordinal())); in encodePerImpl()
DAsn1Choice.java207 PerAlignedUtils.encodeNormallySmallWholeNumber(selectionOrdinal)); in encodePerImpl()
210 PerUnalignedUtils.encodeNormallySmallWholeNumber( in encodePerImpl()
DPerUnalignedUtils.java99 public static Iterable<BitStream> encodeNormallySmallWholeNumber(int value) { in encodeNormallySmallWholeNumber() method in PerUnalignedUtils
DPerAlignedUtils.java138 public static Iterable<BitStream> encodeNormallySmallWholeNumber(int value) { in encodeNormallySmallWholeNumber() method in PerAlignedUtils