Home
last modified time | relevance | path

Searched refs:getStart (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java189 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 DSelection.java18 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 DDominators.h90 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 Dformattedvaluetest.cpp152 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 DTestMultipleParagraphs.java110 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 DTestMultipleParagraphs.java107 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 DAPISample_linter.js60 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 DFormattedValueTest.java135 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 DFormattedValueTest.java138 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 DBidiRun.java84 public int getStart() in getStart() method in BidiRun
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiRun.java83 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 DPPCLoopInstrFormPrep.cpp510 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 Dformattedvalue.h149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dformattedvalue.h149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dformattedvalue.h149 inline int32_t getStart() const { in getStart() function in ConstrainedFieldPosition
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php58 public function getStart() function
H A DExtensionRange.php59 public function getStart() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php60 public function getStart() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueStringBuilderImpl.java111 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 DDependenceAnalysis.cpp892 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 DScalarEvolutionExpander.cpp301 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 DFormattedValueStringBuilderImpl.java85 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 DDominators.cpp183 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 DLoopPredication.cpp448 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 DIceRegAlloc.cpp364 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()

Completed in 26 milliseconds

12345