Searched refs:thisLength (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 224 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local 226 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList() 227 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList() 228 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3840 int32_t thisLength, in doCompare() argument 3849 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare() 3932 int32_t thisLength, in doCompareCodePointOrder() argument 3941 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder() 3993 int32_t thisLength, in doCaseCompare() argument 4003 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()
|