Home
last modified time | relevance | path

Searched refs:thisLength (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java282 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()
DNioByteStringTest.java303 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/
Dunistr.h3838 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()