Searched defs:encodedLength (Results 1 – 4 of 4) sorted by relevance
71 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local
76 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local
250 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8
338 private static int encodedLength(CharSequence sequence) { in encodedLength() method in CodedOutputByteBufferNano