Searched defs:leftLength (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 117 private final int leftLength; field in RopeByteString 366 int leftLength = this.leftLength - sourceOffset; in copyToInternal() local 442 int leftLength = this.leftLength - offset; in partialIsValidUtf8() local 573 int leftLength = this.leftLength - offset; in partialHash() local
|
/external/icu/icu4c/source/common/ |
D | unorm.cpp | 223 _concatenate(const UChar *left, int32_t leftLength, in _concatenate() 259 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate()
|
/external/icu/icu4c/source/i18n/ |
D | collationfastlatin.cpp | 108 const UChar *left, int32_t leftLength, in compareUTF16() 447 const uint8_t *left, int32_t leftLength, in compareUTF8()
|
D | rulebasedcollator.cpp | 713 int32_t leftLength = left.length(); in compare() local 722 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare() 754 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() 966 RuleBasedCollator::doCompare(const UChar *left, int32_t leftLength, in doCompare() 1085 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare()
|
D | coll.cpp | 976 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 131 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/ |
D | CurvesHelper.java | 366 float leftLength = length - currentLength; in getTaperScale() local
|