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/node/deps/icu-small/source/common/unicode/
Dunistr.h3949 int32_t thisLength, in doCompare() argument
3958 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare()
3964 int32_t thisLength, in doEqualsSubstring() argument
3973 …return !isBogus() && doEqualsSubstring(start, thisLength, srcText.getArrayStart(), srcStart, srcLe… in doEqualsSubstring()
4056 int32_t thisLength, in doCompareCodePointOrder() argument
4065 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompareCodePointOrder()
4117 int32_t thisLength, in doCaseCompare() argument
4127 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options); in doCaseCompare()
/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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java219 int thisLength = endThis - startThis;
221 int count = otherLength - thisLength;
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp198 int32_t thisLength = endThis - startThis; in splice() local
200 int32_t count = otherLength - thisLength; in splice()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java233 int thisLength = endThis - startThis;
235 int count = otherLength - thisLength;
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp198 int32_t thisLength = endThis - startThis; in splice() local
200 int32_t count = otherLength - thisLength; in splice()
/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()
/third_party/chromium/patch/
D0001-cve.patch72864 + int32_t thisLength = endThis - startThis;
72866 + int32_t count = otherLength - thisLength;
73056 int32_t thisLength = endThis - startThis;
73058 int32_t count = otherLength - thisLength;