/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 189 int start = selection.getStart(); in keyPressed() 260 start = selection.getStart(); in keyPressed() 277 contents.substring(selection.getStart(), selection.getEnd())); in copy() 339 start = selection.getStart(); in keyTyped() 354 start = selection.getStart(); in keyTyped() 386 if (activeStart > selection.getStart()) { in validateKeyStart() 387 activeStart = selection.getStart(); in validateKeyStart() 430 return selection.getStart(); in getSelectionStart() 472 if (activeStart == -1) activeStart = selection.getStart(); in insertText() 473 replaceRange(text, selection.getStart(), selectio in insertText() [all...] |
H A D | Selection.java | 18 public int getStart() { in getStart() method in Selection 52 return getStart() < other.getEnd(); in isLessThan()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Dominators.h | 90 const BasicBlock *getStart() const { in getStart() function in llvm::BasicBlockEdge 116 return hash_combine(BBInfo::getHashValue(Edge.getStart()), in getHashValue() 121 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) && in isEqual()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | formattedvaluetest.cpp | 152 start, cfpos.getStart()); in assertAllPartsEqual() 188 sb.append(Int64ToUnicodeString(cfpos.getStart())); in CFPosToUnicodeString() 234 expectedStart, cfpos.getStart()); in checkMixedFormattedValue() 265 expectedStart, cfpos.getStart()); in checkMixedFormattedValue() 301 expectedStart, cfpos.getStart()); in checkMixedFormattedValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestMultipleParagraphs.java | 110 paraStart = run.getStart(); in testMultipleParagraphs() 135 paraStart = run.getStart(); in testMultipleParagraphs() 250 run.getStart() + "-" + run.getLimit() + in testMultipleParagraphs() 285 paraStart = run.getStart(); in testMultipleParagraphs() 306 run.getStart() + "-" + run.getLimit() + in testMultipleParagraphs()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestMultipleParagraphs.java | 107 paraStart = run.getStart(); in testMultipleParagraphs() 132 paraStart = run.getStart(); in testMultipleParagraphs() 247 run.getStart() + "-" + run.getLimit() + in testMultipleParagraphs() 282 paraStart = run.getStart(); in testMultipleParagraphs() 303 run.getStart() + "-" + run.getLimit() + in testMultipleParagraphs()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_linter.js | 60 let { line, character } = sourceFile.getLineAndCharacterOfPosition(node.getStart()); 118 var _a = sourceFile.getLineAndCharacterOfPosition(node.getStart()), line = _a.line, character = _a.character;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 135 assertEquals(messagePrefix + ": start", start, cfpos.getStart()); in assertAllPartsEqual() 222 assertEquals(baseMessage + "B start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue() 247 assertEquals(baseMessage + "C start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue() 278 assertEquals(baseMessage + "D start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 138 assertEquals(messagePrefix + ": start", start, cfpos.getStart()); in assertAllPartsEqual() 214 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue() 237 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue() 266 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BidiRun.java | 84 public int getStart() in getStart() method in BidiRun
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BidiRun.java | 83 public int getStart() in getStart() method in BidiRun
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores() 526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores() 528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores() 768 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared() 774 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | formattedvalue.h | 149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | formattedvalue.h | 149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | formattedvalue.h | 149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ReservedRange.php | 58 public function getStart() function
|
H A D | ExtensionRange.php | 59 public function getStart() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
H A D | EnumReservedRange.php | 60 public function getStart() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | FormattedValueStringBuilderImpl.java | 111 fp.setBeginIndex(cfpos.getStart()); in nextFieldPosition() 143 as.addAttribute(cfpos.getField(), value, cfpos.getStart(), cfpos.getLimit()); in toCharacterIterator() 171 && cfpos.getStart() < cfpos.getLimit(); in nextPosition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 892 const SCEV *Start = AddRec->getStart(); in checkSubscript() 1050 if (SE->isKnownNonNegative(AddRec->getStart()) && in isKnownNonNegative() 2158 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV() 2159 const SCEV *DstConst = DstAddRec->getStart(); in testSIV() 2181 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV() 2191 const SCEV *DstConst = DstAddRec->getStart(); in testSIV() 2235 SrcConst = SrcAddRec->getStart(); in testRDIV() 2238 DstConst = DstAddRec->getStart(); in testRDIV() 2244 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV() 2245 SrcConst = tmpAddRec->getStart(); in testRDIV() [all...] |
H A D | ScalarEvolutionExpander.cpp | 301 const SCEV *Start = A->getStart(); in FactorOutConstant() 352 const SCEV *Start = A->getStart(); in SplitAddRecs() 878 Base = A->getStart(); in ExposePointerBase() 1118 if (SE.getAddExpr(Requested->getStart(), in canBeCheaplyTransformed() 1265 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally() 1352 const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally() 1450 Result = Builder.CreateSub(expandCodeFor(Normalized->getStart(), TruncTy), in expandAddRecExprLiterally() 1526 if (!S->getStart()->isZero()) { in visitAddRecExpr() 1534 const SCEV *Base = S->getStart(); in visitAddRecExpr() 1554 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedValueStringBuilderImpl.java | 85 fp.setBeginIndex(cfpos.getStart()); in nextFieldPosition() 117 as.addAttribute(cfpos.getField(), value, cfpos.getStart(), cfpos.getLimit()); in toCharacterIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 183 const BasicBlock *Start = BBE.getStart(); in dominates() 236 PN->getIncomingBlock(U) == BBE.getStart()) in dominates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 448 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in isSafeToTruncateWideIVType() 571 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 573 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 614 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() 616 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() 664 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.cpp | 364 InstNumberT Lstart = L->getLiveRange().getStart(); in init() 365 InstNumberT Rstart = R->getLiveRange().getStart(); in init() 402 InstNumberT Start = Iter.Cur->getLiveRange().getStart(); in addSpillFill() 452 Item->trimLiveRange(Cur->getLiveRange().getStart()); in handleActiveRangeExpiredOrInactive() 481 Item->trimLiveRange(Cur->getLiveRange().getStart()); in handleInactiveRangeExpiredOrReactivated() 859 KillsRange.trim(Iter.Cur->getLiveRange().getStart()); in scan()
|