Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/
DRopeByteString.java117 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/
Dunorm.cpp223 _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/
Dcollationfastlatin.cpp108 const UChar *left, int32_t leftLength, in compareUTF16()
447 const uint8_t *left, int32_t leftLength, in compareUTF8()
Drulebasedcollator.cpp713 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()
Dcoll.cpp976 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8()
/external/skia/src/utils/
DSkPatchUtils.cpp131 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java366 float leftLength = length - currentLength; in getTaperScale() local