Searched refs:PerUnalignedUtils (Results 1 – 13 of 13) sorted by relevance
76 BitStream result = PerUnalignedUtils.encodeNormalizedConstrainedWholeNumber( in encodeNormalizedIntegerWithRangeUnaligned()126 : PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes( in encodePerImpl()127 PerUnalignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))); in encodePerImpl()132 : PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes(value.toByteArray()); in encodePerImpl()176 PerUnalignedUtils.decodeNormalizedConstrainedWholeNumber( in decodeNormalizedIntegerWithRangeUnaligned()193 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()199 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
107 PerUnalignedUtils.encodeNormallySmallWholeNumber(value.ordinal())); in encodePerImpl()118 PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()138 value = lookupExtensionValue(PerUnalignedUtils.decodeNormallySmallWholeNumber(reader)); in decodePerImpl()147 PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
210 PerUnalignedUtils.encodeNormallySmallWholeNumber( in encodePerImpl()220 PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()232 PerUnalignedUtils.encodeOpenTypeField(value)); in encodePerImpl()263 selectionOrdinal = PerUnalignedUtils.decodeNormallySmallWholeNumber(reader); in decodePerImpl()270 selectionOrdinal = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()279 PerUnalignedUtils.decodeOpenTypeField(reader, element); in decodePerImpl()
88 return PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes(value); in encodePerImpl()109 return PerUnalignedUtils.encodeConstrainedLengthOfBytes( in encodePerImpl()127 value = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()149 value = PerUnalignedUtils.decodeConstrainedLengthOfBytes( in decodePerImpl()
117 listBuilder.add(PerUnalignedUtils.encodeSemiConstrainedLength(sequence.size())); in encodePerImpl()126 PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()154 size = PerUnalignedUtils.decodeSemiConstrainedLength(reader); in decodePerImpl()161 size = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
92 return PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes(bytes); in encodePerImpl()108 setValueBytes(PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
226 PerUnalignedUtils.encodeSemiConstrainedLength(extensionBitFieldSize); in encodePerImpl()238 extensionValues = PerUnalignedUtils.encodeOpenTypeField(component.getComponentValue()); in encodePerImpl()309 PerUnalignedUtils.decodeSemiConstrainedLength(reader); in decodePerImpl()336 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()347 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
87 return PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes(encodeBerInternal()); in encodePerUnaligned()106 byte[] basicEncoding = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerUnaligned()
149 : PerUnalignedUtils.encodeSemiConstrainedLength(value.length()); in encodePerImpl()155 count = PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()228 : PerUnalignedUtils.decodeSemiConstrainedLength(reader); in decodePerImpl()234 count = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
116 count = PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()158 count = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
115 count = PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()170 count = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
136 count = PerUnalignedUtils.encodeConstrainedWholeNumber( in encodePerImpl()189 length = PerUnalignedUtils.decodeConstrainedWholeNumber( in decodePerImpl()
31 public class PerUnalignedUtils { class