Searched refs:leftLength (Results 1 - 22 of 22) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java120 private final int leftLength; field in class:RopeByteString
135 leftLength = left.size();
136 totalLength = leftLength + right.size();
258 if (index < leftLength) {
262 return right.byteAt(index - leftLength);
320 if (endIndex <= leftLength) {
325 if (beginIndex >= leftLength) {
327 return right.substring(beginIndex - leftLength, endIndex - leftLength);
332 ByteString rightSub = right.substring(0, endIndex - leftLength);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp110 const UChar *left, int32_t leftLength,
133 if(leftIndex == leftLength) {
157 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
220 if(leftIndex == leftLength) {
239 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
296 if(leftIndex == leftLength) {
303 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
349 if(leftIndex == leftLength) {
356 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
405 if(leftIndex == leftLength) {
109 compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength) argument
448 compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength) argument
[all...]
H A Drulebasedcollator.cpp715 int32_t leftLength = left.length(); local
717 if(leftLength > length) { leftLength = length; }
719 return doCompare(left.getBuffer(), leftLength,
724 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, argument
728 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) {
734 if(leftLength >= 0) {
737 if(rightLength >= 0) { leftLength = u_strlen(left); }
739 return doCompare(left, leftLength, right, rightLength, errorCode);
756 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, argument
968 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const argument
1087 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const argument
[all...]
H A Dcollationfastlatin.h214 const UChar *left, int32_t leftLength,
218 const uint8_t *left, int32_t leftLength,
H A Dcoll.cpp980 Collator::internalCompareUTF8(const char *left, int32_t leftLength, argument
984 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) {
989 StringPiece(left, (leftLength < 0) ? uprv_strlen(left) : leftLength),
/external/icu/icu4c/source/common/
H A Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, argument
234 left==NULL || leftLength<-1 || right==NULL || rightLength<-1) {
251 destString.setTo(dest, leftLength, destCapacity);
254 destString.append(left, leftLength);
261 unorm_concatenate(const UChar *left, int32_t leftLength, argument
273 return _concatenate(left, leftLength, right, rightLength,
276 return _concatenate(left, leftLength, right, rightLength,
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h446 * @param leftLength Length of left source string, or -1 if NUL-terminated.
464 unorm_concatenate(const UChar *left, int32_t leftLength,
/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h689 const char *left, int32_t leftLength,
824 UCollationResult doCompare(const char16_t *left, int32_t leftLength,
827 UCollationResult doCompare(const uint8_t *left, int32_t leftLength,
H A Dcoll.h1151 const char *left, int32_t leftLength,
/external/skia/src/utils/
H A DSkPatchUtils.cpp171 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); local
179 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize);
/external/skqp/src/utils/
H A DSkPatchUtils.cpp171 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); local
179 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java1050 int leftLength = left.length();
1051 if((leftLength - leftStart) != (right.length() - rightStart)) { return false; }
1052 while(leftStart < leftLength) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java1046 int leftLength = left.length();
1047 if((leftLength - leftStart) != (right.length() - rightStart)) { return false; }
1048 while(leftStart < leftLength) {
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 418 milliseconds