Home
last modified time | relevance | path

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

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java212 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
214 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()
215 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
216 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java291 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
293 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()
294 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
295 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
DNioByteStringTest.java304 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
306 assertTrue(bytesSeen + thisLength <= BYTES.length); in testAsReadOnlyByteBufferList()
307 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
308 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp197 int32_t thisLength = endThis - startThis; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp197 int32_t thisLength = endThis - startThis; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp197 int32_t thisLength = endThis - startThis; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java219 int thisLength = endThis - startThis;
221 int count = otherLength - thisLength;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp196 int32_t thisLength = endThis - startThis; in splice() local
198 int32_t count = otherLength - thisLength; in splice()
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h3936 int32_t thisLength, in doCompare() argument
3945 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare()
4028 int32_t thisLength, in doCompareCodePointOrder() argument
4037 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder()
4089 int32_t thisLength, in doCaseCompare() argument
4099 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h3936 int32_t thisLength, in doCompare() argument
3945 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare()
4028 int32_t thisLength, in doCompareCodePointOrder() argument
4037 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder()
4089 int32_t thisLength, in doCaseCompare() argument
4099 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h3936 int32_t thisLength, in doCompare() argument
3945 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare()
4028 int32_t thisLength, in doCompareCodePointOrder() argument
4037 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder()
4089 int32_t thisLength, in doCaseCompare() argument
4099 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()