Searched refs:thisLength (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 282 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local 284 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList() 285 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList() 286 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
|
D | NioByteStringTest.java | 303 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local 305 assertTrue(bytesSeen + thisLength <= BYTES.length); in testAsReadOnlyByteBufferList() 306 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList() 307 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3838 int32_t thisLength, in doCompare() argument 3847 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare() 3930 int32_t thisLength, in doCompareCodePointOrder() argument 3939 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder() 3991 int32_t thisLength, in doCaseCompare() argument 4001 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()
|