Home
last modified time | relevance | path

Searched refs:thisLength (Results 1 – 6 of 6) 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/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DNumberStringBuilder.java189 int thisLength = endThis - startThis;
191 int count = otherLength - thisLength;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DNumberStringBuilder.java191 int thisLength = endThis - startThis;
193 int count = otherLength - thisLength;
/external/icu/icu4c/source/i18n/
Dnumber_stringbuilder.cpp196 int32_t thisLength = endThis - startThis; in splice() local
198 int32_t count = otherLength - thisLength; in splice()
/external/icu/icu4c/source/common/unicode/
Dunistr.h3955 int32_t thisLength, in doCompare() argument
3964 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare()
4047 int32_t thisLength, in doCompareCodePointOrder() argument
4056 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder()
4108 int32_t thisLength, in doCaseCompare() argument
4118 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()