Searched refs:calculateBodyLength (Results 1 – 25 of 30) sorted by relevance
12
41 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
118 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
76 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
73 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
83 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
88 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
58 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
64 static int calculateBodyLength( in calculateBodyLength() method in StreamUtil
117 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
129 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
64 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
121 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
118 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
79 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
128 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
139 return 1 + StreamUtil.calculateBodyLength(string.length * 2) + (string.length * 2); in encodedLength()
133 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
123 return 1 + StreamUtil.calculateBodyLength(data.length + 1) + data.length + 1; in encodedLength()
139 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
128 return 1 + StreamUtil.calculateBodyLength(bytes.length) + bytes.length; in encodedLength()