Home
last modified time | relevance | path

Searched defs:leftLength (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java136 private final int leftLength; field in RopeByteString
408 int leftLength = this.leftLength - sourceOffset; in copyToInternal() local
493 int leftLength = this.leftLength - offset; in partialIsValidUtf8() local
595 int leftLength = this.leftLength - offset; in partialHash() local
/third_party/skia/third_party/externals/icu/source/common/
Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate()
261 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate()
/third_party/node/deps/icu-small/source/common/
Dunorm.cpp225 _concatenate(const char16_t *left, int32_t leftLength, in _concatenate()
261 unorm_concatenate(const char16_t *left, int32_t leftLength, in unorm_concatenate()
/third_party/icu/icu4c/source/common/
Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate()
261 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate()
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp110 const UChar *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Drulebasedcollator.cpp716 int32_t leftLength = left.length(); in compare() local
725 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare()
757 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
969 RuleBasedCollator::doCompare(const UChar *left, int32_t leftLength, in doCompare()
1088 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare()
Dcoll.cpp985 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatin.cpp110 const UChar *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Drulebasedcollator.cpp715 int32_t leftLength = left.length(); in compare() local
724 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare()
756 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
968 RuleBasedCollator::doCompare(const UChar *left, int32_t leftLength, in doCompare()
1087 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare()
Dcoll.cpp985 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatin.cpp110 const char16_t *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Drulebasedcollator.cpp718 int32_t leftLength = left.length(); in compare() local
727 RuleBasedCollator::compare(const char16_t *left, int32_t leftLength, in compare()
759 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
971 RuleBasedCollator::doCompare(const char16_t *left, int32_t leftLength, in doCompare()
1090 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare()
Dcoll.cpp987 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/third_party/skia/src/utils/
DSkPatchUtils.cpp176 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local