Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DPerAlignedUtils.java188 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()
234 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerAlignedUtils
252 return decodeSemiConstrainedLengthOfBytes(reader); in decodeUnconstrainedLengthOfBytes()
324 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
DAsn1Utf8String.java107 setValueBytes(PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
109 setValueBytes(PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
DPerUnalignedUtils.java147 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()
182 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerUnalignedUtils
258 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
DAsn1Sequence.java332 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
336 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
344 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
347 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
DAsn1Integer.java193 ? PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader) in decodePerImpl()
194 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
200 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
DAsn1ObjectIdentifier.java106 byte[] basicEncoding = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerUnaligned()
111 byte[] basicEncoding = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerAligned()
DAsn1OctetString.java126 value = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
128 value = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()