Home
last modified time | relevance | path

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

/external/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
/external/cronet/stable/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
/external/cronet/tot/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
/external/cronet/tot/third_party/icu/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()
/external/cronet/stable/third_party/icu/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()
/external/icu/icu4c/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()
/external/cronet/stable/third_party/icu/source/i18n/
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()
Dcollationfastlatin.cpp110 const char16_t *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Dcoll.cpp987 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/external/cronet/tot/third_party/icu/source/i18n/
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()
Dcollationfastlatin.cpp110 const char16_t *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Dcoll.cpp987 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp717 int32_t leftLength = left.length(); in compare() local
726 RuleBasedCollator::compare(const char16_t *left, int32_t leftLength, in compare()
758 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
970 RuleBasedCollator::doCompare(const char16_t *left, int32_t leftLength, in doCompare()
1089 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare()
Dcollationfastlatin.cpp110 const char16_t *left, int32_t leftLength, in compareUTF16()
449 const uint8_t *left, int32_t leftLength, in compareUTF8()
Dcoll.cpp987 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/external/skia/src/utils/
DSkPatchUtils.cpp195 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local