Home
last modified time | relevance | path

Searched refs:otherIndex (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java101 int otherIndex = otherComparableConstant.thisIndex; in compareTo() local
103 return thisIndex < otherIndex ? -1 : in compareTo()
104 thisIndex == otherIndex ? 0 : in compareTo()
171 int otherIndex = otherInvokeDynamicConstant.getBootstrapMethodAttributeIndex();
173 result = index < otherIndex ? -1 :
174 index > otherIndex ? 1 :
/external/protobuf/java/src/main/java/com/google/protobuf/
DLiteralByteString.java226 for (int thisIndex = getOffsetIntoBytes(), otherIndex = in equalsRange()
228 (thisIndex < thisLimit); ++thisIndex, ++otherIndex) { in equalsRange()
229 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h548 const SlotIndex &otherIndex = other.beginIndex();
549 return thisIndex < otherIndex;
727 const SlotIndex &otherIndex = other.beginIndex();
728 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
/external/messageformat/java/com/ibm/icu/simple/
DMessageFormat.java2006 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local
2007 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2093 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local
2094 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1944 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local
1945 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...