Searched refs:otherIndex (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 592 const SlotIndex &otherIndex = other.beginIndex(); 593 return thisIndex < otherIndex; 871 const SlotIndex &otherIndex = other.beginIndex(); 872 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 1476 otherIndex = lbsOther.getOffsetIntoBytes() + offset; in equalsRange() 1478 ++thisIndex, ++otherIndex) { in equalsRange() 1479 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 674 const size_t otherIndex, 697 void setFactorsIndexed(const size_t index, const size_t otherIndex, const BlendStateExt &other);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2128 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local 2129 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessageFormat.java | 2084 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local 2085 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 1971 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local 1972 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
|
/third_party/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 1970 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local 1971 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | msgfmt.cpp | 1969 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local 1970 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 4277 let otherIndex; 4293 otherIndex = 0; 4295 otherIndex < subevents.length && 4296 subevents[otherIndex][1].type === 'lineEndingBlank' 4298 otherIndex += 2; 4301 otherIndex < subevents.length && 4302 subevents[otherIndex][1].type === 'content' 4304 while (++otherIndex < subevents.length) { 4305 if (subevents[otherIndex][1].type === 'content') { 4308 if (subevents[otherIndex][1].type === 'chunkText') { [all …]
|