Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/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.java106 setValueBytes(PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
108 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.java192 ? PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader) in decodePerImpl()
193 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
199 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
DAsn1ObjectIdentifier.java106 byte[] basicEncoding = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerUnaligned()
111 byte[] basicEncoding = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerAligned()
DAsn1OctetString.java125 value = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
127 value = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()