Searched refs:decodeSemiConstrainedLengthOfBytes (Results 1 – 7 of 7) sorted by relevance
188 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()234 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerAlignedUtils252 return decodeSemiConstrainedLengthOfBytes(reader); in decodeUnconstrainedLengthOfBytes()324 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
107 setValueBytes(PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()109 setValueBytes(PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
147 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()182 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerUnalignedUtils258 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
106 byte[] basicEncoding = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerUnaligned()111 byte[] basicEncoding = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerAligned()
332 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()336 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()344 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()347 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
193 ? PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader) in decodePerImpl()194 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()200 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
126 value = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()128 value = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()