Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DAnnotationSelectionTest.java48 selectionEnd, in test0001() local
83 selectionEnd, in test0002() local
118 selectionEnd, in test0003() local
153 selectionEnd, in test0004() local
189 selectionEnd, in _test0005() local
228 selectionEnd, in test0006() local
267 selectionEnd, in test0007() local
304 selectionEnd, in test0008() local
341 selectionEnd, in test0009() local
381 selectionEnd, in test0010() local
[all …]
H A DSelectionParserTest12.java123 int selectionEnd = selectionStart + selection.length() - 1; in test002() local
219 int selectionEnd = selectionStart + selection.length() - 1; in test004() local
316 int selectionEnd = selectionStart + selection.length() - 1; in test006() local
412 int selectionEnd = selectionStart + selection.length() - 1; in test008() local
461 int selectionEnd = selectionStart + selection.length() - 1; in test009() local
517 int selectionEnd = selectionStart + selection.length() - 1; in test010() local
563 int selectionEnd = selectionStart + selection.length() - 1; in test011() local
599 int selectionEnd = selectionStart + selection.length() - 1; in test012() local
637 int selectionEnd = selectionStart + selection.length() - 1; in test013() local
675 int selectionEnd = selectionStart + selection.length() - 1; in test014() local
[all …]
H A DSelectionTest.java60 selectionEnd, in test01() local
101 selectionEnd, in test02() local
136 selectionEnd, in test03() local
171 selectionEnd, in test04() local
210 selectionEnd, in test05() local
249 selectionEnd, in test06() local
294 selectionEnd, in test07() local
336 selectionEnd, in test08() local
378 selectionEnd, in test09() local
420 selectionEnd, in test10() local
[all …]
H A DGenericsSelectionTest.java50 selectionEnd, in test0001() local
91 selectionEnd, in test0002() local
128 selectionEnd, in test0003() local
169 selectionEnd, in test0004() local
206 selectionEnd, in test0005() local
247 selectionEnd, in test0006() local
284 selectionEnd, in test0007() local
325 selectionEnd, in test0008() local
362 selectionEnd, in test0009() local
403 selectionEnd, in test0010() local
[all …]
H A DSelectionParserTest13.java123 int selectionEnd = selectionStart + selection.length() - 1; in test002() local
219 int selectionEnd = selectionStart + selection.length() - 1; in test004() local
316 int selectionEnd = selectionStart + selection.length() - 1; in test006() local
412 int selectionEnd = selectionStart + selection.length() - 1; in test008() local
461 int selectionEnd = selectionStart + selection.length() - 1; in test009() local
515 int selectionEnd = selectionStart + selection.length() - 1; in test010() local
561 int selectionEnd = selectionStart + selection.length() - 1; in test011() local
597 int selectionEnd = selectionStart + selection.length() - 1; in test012() local
635 int selectionEnd = selectionStart + selection.length() - 1; in test013() local
673 int selectionEnd = selectionStart + selection.length() - 1; in test014() local
[all …]
H A DSelectionParserTest9.java57 selectionEnd, in test510339_001_since_9() local
88 selectionEnd, in test510339_002_since_9() local
119 selectionEnd, in test510339_003_since_9() local
150 selectionEnd, in test510339_004_since_9() local
181 selectionEnd, in test510339_005_since_9() local
212 selectionEnd, in test510339_006_since_9() local
242 selectionEnd, in test510339_007_since_9() local
273 selectionEnd, in test510339_008_since_9() local
304 selectionEnd, in test510339_009_since_9() local
335 selectionEnd, in test510339_010_since_9() local
[all …]
H A DSelectionParserTest18.java75 int selectionEnd = selectionStart + selection.length() - 1; in test424110() local
80 selectionEnd, in test424110() local
125 int selectionEnd = selectionStart + selection.length() - 1; in test424110a() local
130 selectionEnd, in test424110a() local
171 int selectionEnd = selectionStart + selection.length() - 1; in test430572() local
176 selectionEnd, in test430572() local
244 int selectionEnd = selectionStart; in test476693() local
249 selectionEnd, in test476693() local
310 selectionEnd, in test495912() local
374 selectionEnd, in test495912a() local
[all …]
H A DSelectionParserTest10.java58 int selectionEnd = string.lastIndexOf(selection) + selection.length() - 1; in test001() local
60 …checkMethodParse(string.toCharArray(), selectionStart, selectionEnd, expectedSelection, expectedUn… in test001() local
86 int selectionEnd = string.lastIndexOf(selection) + selection.length() - 1; in test002() local
88 …checkMethodParse(string.toCharArray(), selectionStart, selectionEnd, expectedSelection, expectedUn… in test002() local
H A DAbstractSelectionTest.java50 int selectionEnd, in checkDietParse()
130 int selectionEnd, in checkMethodParse()
249 int selectionEnd, in checkMethodParse()
323 int selectionEnd = selectionEndBehindStart + selectionEndBehind.length() - 1; in runTestCheckMethodParse() local
328 selectionEnd, in runTestCheckMethodParse() local
H A DEnumSelectionTest.java54 int selectionEnd = str.indexOf(selectionEndBehind) + selectionEndBehind.length() - 1; in test0001() local
59 selectionEnd, in test0001() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/src/
H A DLineNumberDisplay.cpp70 int selectionEnd = document()->findBlock(c.selectionEnd()).firstLineNumber(); in updateDocumentSelection() local
73 int selectionEnd = document()->findBlock(c.selectionEnd()).blockNumber(); in updateDocumentSelection() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DUrlBarViewBinder.java123 int selectionEnd = 0; in setHintTextColor() local
137 Selection.setSelection(view.getText(), selectionStart, selectionEnd); in setHintTextColor() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DTextComponent.java82 private int selectionEnd; field in TextComponent
225 setSelectionEnd(int selectionEnd) in setSelectionEnd()
227 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DTextComponent.java82 private int selectionEnd; field in TextComponent
225 setSelectionEnd(int selectionEnd) in setSelectionEnd()
227 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/vr/mock/
H A DMockBrowserKeyboardInterface.java24 int selectionStart, int selectionEnd, int compositionStart, int compositionEnd) { in Indices()
65 int selectionStart, int selectionEnd, int compositionStart, int compositionEnd) { in updateIndices()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DTextComponent.java84 int selectionEnd; field in TextComponent
421 public synchronized void setSelectionEnd(int selectionEnd) in setSelectionEnd()
423 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
434 public synchronized void select(int selectionStart, int selectionEnd) in select()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DTextComponent.java84 int selectionEnd; field in TextComponent
421 public synchronized void setSelectionEnd(int selectionEnd) in setSelectionEnd()
423 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
434 public synchronized void select(int selectionStart, int selectionEnd) in select()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DTextComponent.java84 int selectionEnd; field in TextComponent
421 public synchronized void setSelectionEnd(int selectionEnd) in setSelectionEnd()
423 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
434 public synchronized void select(int selectionStart, int selectionEnd) in select()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DTextComponent.java84 int selectionEnd; field in TextComponent
421 public synchronized void setSelectionEnd(int selectionEnd) in setSelectionEnd()
423 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
434 public synchronized void select(int selectionStart, int selectionEnd) in select()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DTextComponent.java93 int selectionEnd; field in TextComponent
453 setSelectionEnd(int selectionEnd) in setSelectionEnd()
455 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
469 select(int selectionStart, int selectionEnd) in select()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DTextComponent.java84 int selectionEnd; field in TextComponent
421 public synchronized void setSelectionEnd(int selectionEnd) in setSelectionEnd()
423 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
434 public synchronized void select(int selectionStart, int selectionEnd) in select()
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoFind_p.cpp85 const int selectionEnd = provider->intResource(KoText::CurrentTextAnchor); in resourceChanged() local
195 int selectionEnd = provider->intResource(KoText::CurrentTextAnchor); in parseSettingsAndFind() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/input/
H A DChromiumBaseInputConnection.java25 int selectionEnd, String lastText, EditorInfo outAttrs); in initializeAndGet()
52 void updateStateOnUiThread(String text, int selectionStart, int selectionEnd, in updateStateOnUiThread()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSampleEditor.h53 pp_int32 selectionEnd; variable
108 pp_int32 selectionStart, selectionEnd; variable
151 void setSelectionEnd(pp_int32 selectionEnd) { this->selectionEnd = selectionEnd; } in setSelectionEnd()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DTextComponent.java113 int selectionEnd; field in TextComponent
247 int selectionEnd = getSelectionEnd(); in setText() local
425 public synchronized void setSelectionEnd(int selectionEnd) { in setSelectionEnd()
429 select(getSelectionStart(), selectionEnd); in setSelectionEnd() local
464 public synchronized void select(int selectionStart, int selectionEnd) { in select()

12345678910>>...18