Home
last modified time | relevance | path

Searched refs:maximumLength (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DPerUnalignedUtils.java123 byte[] bytes, int minimumLength, int maximumLength) { in encodeConstrainedLengthOfBytes() argument
124 if (maximumLength >= SIXTYFOUR_K) { in encodeConstrainedLengthOfBytes()
129 bytes.length, minimumLength, maximumLength); in encodeConstrainedLengthOfBytes()
145 BitStreamReader reader, int minimumLength, int maximumLength) { in decodeConstrainedLengthOfBytes() argument
146 if (maximumLength >= SIXTYFOUR_K) { in decodeConstrainedLengthOfBytes()
150 reader, minimumLength, maximumLength); in decodeConstrainedLengthOfBytes()
DPerAlignedUtils.java162 byte[] bytes, int minimumLength, int maximumLength) { in encodeConstrainedLengthOfBytes() argument
163 if (maximumLength >= SIXTYFOUR_K) { in encodeConstrainedLengthOfBytes()
168 bytes.length, minimumLength, maximumLength); in encodeConstrainedLengthOfBytes()
186 BitStreamReader reader, int minimumLength, int maximumLength) { in decodeConstrainedLengthOfBytes() argument
187 if (maximumLength >= SIXTYFOUR_K) { in decodeConstrainedLengthOfBytes()
191 reader, minimumLength, maximumLength); in decodeConstrainedLengthOfBytes()