Home
last modified time | relevance | path

Searched refs:textStart (Results 1 – 25 of 772) sorted by relevance

12345678910>>...31

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/
H A DTestHatchBrush.cs50 int textStart; // text starting location field in MonoTests.System.Drawing.Drawing2D.HatchBrushTest
59 textStart = 10; in HatchBrushTest()
165 gr.DrawString ("Test HatchStyles", font, br, textStart, top); in HatchStyles()
178 gr.DrawString ("Test #2 Min", font, br, textStart, top); in HatchStyles()
210 gr.DrawString ("Test #6 Vertical", font, br, textStart, top); in HatchStyles()
242 gr.DrawString ("Test #10 Cross", font, br, textStart, top); in HatchStyles()
490 gr.DrawString ("Test #41 ZigZag", font, br, textStart, top); in HatchStyles()
498 gr.DrawString ("Test #42 Wave", font, br, textStart, top); in HatchStyles()
522 gr.DrawString ("Test #45 Weave", font, br, textStart, top); in HatchStyles()
530 gr.DrawString ("Test #46 Plaid", font, br, textStart, top); in HatchStyles()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/pdb/
H A DPluckerTextStream.cpp135 char *textStart = start; in processTextParagraph() local
140 if (ptr != textStart) { in processTextParagraph()
141 memcpy(myBuffer + myBufferLength, textStart, ptr - textStart); in processTextParagraph()
142 myBufferLength += ptr - textStart; in processTextParagraph()
152 textStart = ptr + 1; in processTextParagraph()
155 if (end != textStart) { in processTextParagraph()
156 memcpy(myBuffer + myBufferLength, textStart, end - textStart); in processTextParagraph()
157 myBufferLength += end - textStart; in processTextParagraph()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …d(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int ran… in searchBackward() argument
43 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
94 …xt, final int textP, final int adjustText, final int textEnd, final int textStart, final int s_, f…
102 if (s > textStart) {
103 s = textStart;
169 if (s > textStart) { in searchBackward()
170 s = textStart; in searchBackward()
258 … return SLOW.searchBackward(regex, text, textP, adjustText, textEnd, textStart, s_, range_);
265 if (textStart < s) {
266 s = textStart;
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/slate-plugins/slate-prism/
H A Dindex.ts71 let textStart = 0;
75 textEnd = textStart + text!.getText().length;
83 textStart,
105 textStart,
129 textStart = textEnd + 1; // account for added `\n`
140 textStart,
148 textStart: number; // Its start position in the whole text
155 if (start >= textEnd || end <= textStart) {
161 start = Math.max(start, textStart);
165 start -= textStart;
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/bidi/
H A DTextInterval.java41 …private int textStart; // starting index within delimited text range of associated node's… field in TextInterval
48 TextInterval(FONode fn, int textStart, int start, int end, int level) { in TextInterval() argument
50 this.textStart = textStart; in TextInterval()
59 return textStart; in getTextStart()
87 ((FOText) fn) .setBidiLevel(level, start - textStart, end - textStart); in assignTextLevels()
141 sb.append("[" + start + "," + end + "][" + textStart + "](" + level + ")"); in toString()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DAbstractCommentParser.java143 this.textStart = -1; in commentParse()
221 if (this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
229 if (this.textStart != -1) { in commentParse()
236 } else if (this.textStart != -1 && this.textStart < invalidTagLineEnd) { in commentParse()
263 if (this.textStart == -1) this.textStart = previousPosition; in commentParse()
274 if (this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
281 this.textStart = -1; in commentParse()
289 if (this.lineStarted && this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
315 if (this.lineStarted && this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
321 if (this.textStart == -1) this.textStart = previousPosition; in commentParse()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DAbstractCommentParser.java156 this.textStart = -1; in commentParse()
253 if (this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
261 if (this.textStart != -1) { in commentParse()
268 } else if (this.textStart != -1 && this.textStart < invalidTagLineEnd) { in commentParse()
301 if (this.textStart == -1) this.textStart = previousPosition; in commentParse()
312 if (this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
319 this.textStart = -1; in commentParse()
336 if (this.lineStarted && this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
367 if (this.lineStarted && this.textStart != -1 && this.textStart < textEndPosition) { in commentParse()
373 if (this.textStart == -1) this.textStart = previousPosition; in commentParse()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/objfile/
H A Dplan9obj.go73 func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
74 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
90 return textStart, symtab, pclntab, nil
93 func (f *plan9File) text() (textStart uint64, text []byte, err error) {
98 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
134 textStart := f.LoadAddress + f.HdrSize
135 return data[ssym.Value-textStart : esym.Value-textStart], nil
H A Ddisasm.go53 textStart, textBytes, err := f.Text()
80 textStart: textStart,
187 if start < d.textStart {
188 start = d.textStart
206 symStart < d.textStart ||
223 code := d.text[:end-d.textStart]
229 i := pc - d.textStart
266 if start < d.textStart {
267 start = d.textStart
272 code := d.text[:end-d.textStart]
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/objfile/
H A Dplan9obj.go73 func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
74 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
90 return textStart, symtab, pclntab, nil
93 func (f *plan9File) text() (textStart uint64, text []byte, err error) {
98 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
134 textStart := f.LoadAddress + f.HdrSize
135 return data[ssym.Value-textStart : esym.Value-textStart], nil
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/objfile/
H A Dplan9obj.go73 func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
74 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
90 return textStart, symtab, pclntab, nil
93 func (f *plan9File) text() (textStart uint64, text []byte, err error) {
98 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
134 textStart := f.LoadAddress + f.HdrSize
135 return data[ssym.Value-textStart : esym.Value-textStart], nil
H A Ddisasm.go54 textStart, textBytes, err := e.Text()
81 textStart: textStart,
186 if start < d.textStart {
187 start = d.textStart
206 symStart < d.textStart ||
222 code := d.text[:end-d.textStart]
228 i := pc - d.textStart
265 if start < d.textStart {
266 start = d.textStart
271 code := d.text[:end-d.textStart]
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DAbstractCommentParser.java71 protected int textStart, memberStart; field in AbstractCommentParser
141 this.textStart = -1; in commentParse()
192 if (this.lineStarted && this.textStart != -1 && this.textStart < previousPosition) { in commentParse()
198 if (this.textStart != -1 && this.textStart < this.inlineTagStart) { in commentParse()
203 } else if (this.textStart != -1 && this.textStart < invalidTagLineEnd) { in commentParse()
233 this.textStart = -1; in commentParse()
237 if (this.lineStarted && this.textStart != -1 && this.textStart < previousPosition) { in commentParse()
241 this.textStart = this.index; in commentParse()
259 if (this.lineStarted && this.textStart != -1 && this.textStart < previousPosition) { in commentParse()
265 this.textStart = previousPosition; in commentParse()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTermsHashPerField.cpp136 int32_t pos1 = (first->textStart & DocumentsWriter::CHAR_BLOCK_MASK); in operator ()()
138 int32_t pos2 = (second->textStart & DocumentsWriter::CHAR_BLOCK_MASK); in operator ()()
172 int32_t pos = (p->textStart & DocumentsWriter::CHAR_BLOCK_MASK); in postingEquals()
198 void TermsHashPerField::add(int32_t textStart) { in add() argument
200 int32_t code = textStart; in add()
209 if (p && p->textStart != textStart) { in add()
216 } while (p && p->textStart != textStart); in add()
232 p->textStart = textStart; in add()
368 p->textStart = textUpto + charPool->charOffset; in add()
411 nextPerField->add(p->textStart); in add()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DAbstractCommentParser.java73 protected int textStart, memberStart; field in AbstractCommentParser
165 this.textStart = -1; in parseComment()
233 if (this.textStart != -1 in parseComment()
239 } else if (this.textStart != -1 in parseComment()
469 this.textStart = this.index; in parseComment()
498 this.textStart = -1; in parseComment()
508 this.textStart = this.index; in parseComment()
512 this.textStart = previousPosition; in parseComment()
538 this.textStart = previousPosition; in parseComment()
551 this.textStart = previousPosition; in parseComment()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DTermsHashPerField.cs242 int pos1 = p1.textStart & DocumentsWriter.CHAR_BLOCK_MASK; in ComparePostings()
244 int pos2 = p2.textStart & DocumentsWriter.CHAR_BLOCK_MASK; in ComparePostings()
276 int pos = p.textStart & DocumentsWriter.CHAR_BLOCK_MASK; in PostingEquals()
309 public void Add(int textStart) in Add() argument
312 int code = textStart; in Add()
321 if (p != null && p.textStart != textStart) in Add()
332 while (p != null && p.textStart != textStart); in Add()
349 p.textStart = textStart; in Add()
497 p.textStart = textUpto + charPool.charOffset; in Add()
539 nextPerField.Add(p.textStart); in Add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/fipstools/inject_hash/
H A Dinject_hash.go116 var textStart, textEnd, rodataStart, rodataEnd *uint64
148 if textStart != nil {
151 textStart = &value
172 if textStart == nil || textEnd == nil {
184 if max := textSection.Size; *textStart > max || *textStart > *textEnd || *textEnd > max {
185 …return fmt.Errorf("invalid module .text boundaries: start: %x, end: %x, max: %x", *textStart, *tex…
197 if _, err := text.Seek(int64(*textStart), 0); err != nil {
200 moduleText := make([]byte, *textEnd-*textStart)
/dports/security/boringssl/boringssl-6a71840/util/fipstools/inject_hash/
H A Dinject_hash.go116 var textStart, textEnd, rodataStart, rodataEnd *uint64
148 if textStart != nil {
151 textStart = &value
172 if textStart == nil || textEnd == nil {
184 if max := textSection.Size; *textStart > max || *textStart > *textEnd || *textEnd > max {
185 …return fmt.Errorf("invalid module .text boundaries: start: %x, end: %x, max: %x", *textStart, *tex…
197 if _, err := text.Seek(int64(*textStart), 0); err != nil {
200 moduleText := make([]byte, *textEnd-*textStart)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/fipstools/inject_hash/
H A Dinject_hash.go116 var textStart, textEnd, rodataStart, rodataEnd *uint64
148 if textStart != nil {
151 textStart = &value
172 if textStart == nil || textEnd == nil {
184 if max := textSection.Size; *textStart > max || *textStart > *textEnd || *textEnd > max {
185 …return fmt.Errorf("invalid module .text boundaries: start: %x, end: %x, max: %x", *textStart, *tex…
197 if _, err := text.Seek(int64(*textStart), 0); err != nil {
200 moduleText := make([]byte, *textEnd-*textStart)

12345678910>>...31