/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | LiteralByteStringTest.java | 212 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/ |
D | LiteralByteStringTest.java | 291 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()
|
D | NioByteStringTest.java | 304 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/ |
D | unistr.h | 3949 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/ |
D | formatted_string_builder.cpp | 197 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/ |
D | FormattedStringBuilder.java | 219 int thisLength = endThis - startThis; 221 int count = otherLength - thisLength;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.cpp | 198 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/ |
D | FormattedStringBuilder.java | 233 int thisLength = endThis - startThis; 235 int count = otherLength - thisLength;
|
/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.cpp | 198 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/ |
D | unistr.h | 3936 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/ |
D | unistr.h | 3936 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/ |
D | 0001-cve.patch | 72864 + int32_t thisLength = endThis - startThis; 72866 + int32_t count = otherLength - thisLength; 73056 int32_t thisLength = endThis - startThis; 73058 int32_t count = otherLength - thisLength;
|