HomeSort by relevance Sort by last modified time
    Searched refs:leftLength (Results 1 - 25 of 44) sorted by null

1 2

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RopeByteString.java 120 private final int leftLength;
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/
collationfastlatin.cpp 110 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) {
    [all...]
rulebasedcollator.cpp 715 int32_t leftLength = left.length();
717 if(leftLength > length) { leftLength = length; }
719 return doCompare(left.getBuffer(), leftLength,
724 RuleBasedCollator::compare(const UChar *left, int32_t leftLength,
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,
    [all...]
collationfastlatin.h 214 const UChar *left, int32_t leftLength,
218 const uint8_t *left, int32_t leftLength,
coll.cpp 978 Collator::internalCompareUTF8(const char *left, int32_t leftLength,
982 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) {
987 StringPiece(left, (leftLength < 0) ? uprv_strlen(left) : leftLength),
  /external/icu/icu4c/source/common/
unorm.cpp 225 _concatenate(const UChar *left, int32_t leftLength,
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,
273 return _concatenate(left, leftLength, right, rightLength,
276 return _concatenate(left, leftLength, right, rightLength,
  /frameworks/wilhelm/tools/permute/
permute.c 99 unsigned leftLength = s->mMinSegmentLengthFrames + cut;
100 unsigned rightStart = frameStart + leftLength;
102 assert(leftLength + rightLength == frameLength);
106 if (leftLength <= rightLength) {
107 used = split(s, leftStart, leftLength, segmentBudget / 2);
111 used += split(s, leftStart, leftLength, segmentBudget - used);
  /external/icu/icu4c/source/common/unicode/
unorm.h 446 * @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/
tblcoll.h 689 const char *left, int32_t leftLength,
    [all...]
coll.h     [all...]
  /packages/apps/Terminal/src/com/android/terminal/
TerminalView.java 321 public boolean deleteSurroundingText (int leftLength, int rightLength) {
323 if (rightLength == 0 && leftLength == 0) {
327 for (int i = 0; i < leftLength; i++) {
  /external/skia/src/utils/
SkPatchUtils.cpp 172 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic);
180 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 6789 milliseconds

1 2