Searched defs:leftLength (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 136 private final int leftLength; field in RopeByteString 392 int leftLength = this.leftLength - sourceOffset; in copyToInternal() local 477 int leftLength = this.leftLength - offset; in partialIsValidUtf8() local 579 int leftLength = this.leftLength - offset; in partialHash() local
|
/external/icu/icu4c/source/common/ |
D | unorm.cpp | 225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate() 261 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate()
|
/external/icu/icu4c/source/i18n/ |
D | collationfastlatin.cpp | 110 const UChar *left, int32_t leftLength, in compareUTF16() 449 const uint8_t *left, int32_t leftLength, in compareUTF8()
|
D | rulebasedcollator.cpp | 715 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()
|
D | coll.cpp | 985 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 176 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local
|
/external/skqp/src/utils/ |
D | SkPatchUtils.cpp | 174 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local
|