Searched refs:otherIndex (Results 1 – 7 of 7) sorted by relevance
101 int otherIndex = otherComparableConstant.thisIndex; in compareTo() local103 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 :
226 for (int thisIndex = getOffsetIntoBytes(), otherIndex = in equalsRange()228 (thisIndex < thisLimit); ++thisIndex, ++otherIndex) { in equalsRange()229 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
548 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);
2006 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local2007 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
2093 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local2094 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
1944 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local1945 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...