Home
last modified time | relevance | path

Searched refs:textstart (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DComment.java312 int delimend = 0, textstart = 0, len = inlinetext.length(); in getInlineTags() local
322 textstart)) == -1) { in getInlineTags()
324 inlinetext.substring(textstart))); in getInlineTags()
327 inPre = scanForPre(inlinetext, textstart, linkstart, inPre); in getInlineTags()
356 textstart = seetextstart; // this text is actually seetag in getInlineTags()
357 if ((delimend = findInlineTagDelim(inlinetext, textstart)) == -1) { in getInlineTags()
361 inlinetext.substring(textstart))); in getInlineTags()
372 inlinetext.substring(textstart, delimend))); in getInlineTags()
375 inlinetext.substring(textstart, delimend))); in getInlineTags()
377 textstart = delimend + 1; in getInlineTags()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DComment.java312 int delimend = 0, textstart = 0, len = inlinetext.length(); in getInlineTags() local
322 textstart)) == -1) { in getInlineTags()
324 inlinetext.substring(textstart))); in getInlineTags()
327 inPre = scanForPre(inlinetext, textstart, linkstart, inPre); in getInlineTags()
356 textstart = seetextstart; // this text is actually seetag in getInlineTags()
357 if ((delimend = findInlineTagDelim(inlinetext, textstart)) == -1) { in getInlineTags()
361 inlinetext.substring(textstart))); in getInlineTags()
372 inlinetext.substring(textstart, delimend))); in getInlineTags()
375 inlinetext.substring(textstart, delimend))); in getInlineTags()
377 textstart = delimend + 1; in getInlineTags()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DComment.java312 int delimend = 0, textstart = 0, len = inlinetext.length(); in getInlineTags() local
322 textstart)) == -1) { in getInlineTags()
324 inlinetext.substring(textstart))); in getInlineTags()
327 inPre = scanForPre(inlinetext, textstart, linkstart, inPre); in getInlineTags()
356 textstart = seetextstart; // this text is actually seetag in getInlineTags()
357 if ((delimend = findInlineTagDelim(inlinetext, textstart)) == -1) { in getInlineTags()
361 inlinetext.substring(textstart))); in getInlineTags()
372 inlinetext.substring(textstart, delimend))); in getInlineTags()
375 inlinetext.substring(textstart, delimend))); in getInlineTags()
377 textstart = delimend + 1; in getInlineTags()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DComment.java300 int delimend = 0, textstart = 0, len = inlinetext.length(); in getInlineTags() local
310 textstart)) == -1) { in getInlineTags()
312 inlinetext.substring(textstart))); in getInlineTags()
315 inPre = scanForPre(inlinetext, textstart, linkstart, inPre); in getInlineTags()
344 textstart = seetextstart; // this text is actually seetag in getInlineTags()
345 if ((delimend = findInlineTagDelim(inlinetext, textstart)) == -1) { in getInlineTags()
349 inlinetext.substring(textstart))); in getInlineTags()
360 inlinetext.substring(textstart, delimend))); in getInlineTags()
363 inlinetext.substring(textstart, delimend))); in getInlineTags()
365 textstart = delimend + 1; in getInlineTags()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DComment.java300 int delimend = 0, textstart = 0, len = inlinetext.length(); in getInlineTags() local
310 textstart)) == -1) { in getInlineTags()
312 inlinetext.substring(textstart))); in getInlineTags()
315 inPre = scanForPre(inlinetext, textstart, linkstart, inPre); in getInlineTags()
344 textstart = seetextstart; // this text is actually seetag in getInlineTags()
345 if ((delimend = findInlineTagDelim(inlinetext, textstart)) == -1) { in getInlineTags()
349 inlinetext.substring(textstart))); in getInlineTags()
360 inlinetext.substring(textstart, delimend))); in getInlineTags()
363 inlinetext.substring(textstart, delimend))); in getInlineTags()
365 textstart = delimend + 1; in getInlineTags()
[all …]
/dports/textproc/catdoc/catdoc-0.95/src/
H A Danalyze.c99 long textstart,textlen,i; in parse_word_header() local
163 textstart=getlong(buffer,24); in parse_word_header()
164 textlen=getlong(buffer,28)-textstart; in parse_word_header()
165 textstart+=offset; in parse_word_header()
167 printf ("Textstart = %ld (hex %lx)\n",textstart+curpos,textstart+curpos); in parse_word_header()
170 for (i=0;i<textstart;i++) { in parse_word_header()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/stdlib/
H A DSDL_string.c55 const char *textstart = text; in SDL_ScanLong() local
88 return (text - textstart); in SDL_ScanLong()
96 const char *textstart = text; in SDL_ScanUnsignedLong() local
120 return (text - textstart); in SDL_ScanUnsignedLong()
152 return (text - textstart); in SDL_ScanUintPtrT()
193 return (text - textstart); in SDL_ScanLongLong()
225 return (text - textstart); in SDL_ScanUnsignedLongLong()
261 return (text - textstart); in SDL_ScanFloat()
1426 char *textstart = text; in SDL_PrintFloat() local
1502 *(textstart+len+width) = *(textstart+len); in SDL_PrintFloat()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/plugins/
H A Dap_id3v2.cpp249 const FXchar* textstart = (const FXchar*)(buffer+p+4); in parse_comment_frame() local
253 FXint ksize = strwlen(textstart,textlength); in parse_comment_frame()
254 FXint vsize = strwlen(textstart+ksize+2,textlength-ksize-2); in parse_comment_frame()
255 parse_text(encoding,textstart,ksize,key); in parse_comment_frame()
256 parse_text(encoding,textstart+ksize+2,vsize,field); in parse_comment_frame()
259 FXint ksize = strnlen(textstart,textlength); in parse_comment_frame()
260 FXint vsize = strnlen(textstart+ksize+1,textlength-ksize-1); in parse_comment_frame()
261 parse_text(encoding,textstart,ksize,key); in parse_comment_frame()
262 parse_text(encoding,textstart+ksize+1,vsize,field); in parse_comment_frame()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/stdlib/
H A DSDL_string.c59 const char *textstart = text; in SDL_ScanLong() local
92 return (text - textstart); in SDL_ScanLong()
100 const char *textstart = text; in SDL_ScanUnsignedLong() local
124 return (text - textstart); in SDL_ScanUnsignedLong()
156 return (text - textstart); in SDL_ScanUintPtrT()
197 return (text - textstart); in SDL_ScanLongLong()
229 return (text - textstart); in SDL_ScanUnsignedLongLong()
265 return (text - textstart); in SDL_ScanFloat()
1385 char *textstart = text; in SDL_PrintFloat() local
1461 *(textstart+len+width) = *(textstart+len); in SDL_PrintFloat()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/stdlib/
H A DSDL_string.c59 const char *textstart = text; in SDL_ScanLong() local
92 return (text - textstart); in SDL_ScanLong()
100 const char *textstart = text; in SDL_ScanUnsignedLong() local
124 return (text - textstart); in SDL_ScanUnsignedLong()
156 return (text - textstart); in SDL_ScanUintPtrT()
197 return (text - textstart); in SDL_ScanLongLong()
229 return (text - textstart); in SDL_ScanUnsignedLongLong()
265 return (text - textstart); in SDL_ScanFloat()
1385 char *textstart = text; in SDL_PrintFloat() local
1461 *(textstart+len+width) = *(textstart+len); in SDL_PrintFloat()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/stdlib/
H A DSDL_string.c59 const char *textstart = text; in SDL_ScanLong() local
92 return (text - textstart); in SDL_ScanLong()
100 const char *textstart = text; in SDL_ScanUnsignedLong() local
124 return (text - textstart); in SDL_ScanUnsignedLong()
156 return (text - textstart); in SDL_ScanUintPtrT()
197 return (text - textstart); in SDL_ScanLongLong()
229 return (text - textstart); in SDL_ScanUnsignedLongLong()
265 return (text - textstart); in SDL_ScanFloat()
1385 char *textstart = text; in SDL_PrintFloat() local
1461 *(textstart+len+width) = *(textstart+len); in SDL_PrintFloat()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/stdlib/
H A DSDL_string.c35 const char *textstart = text; in SDL_ScanLong() local
68 return (text - textstart); in SDL_ScanLong()
75 const char *textstart = text; in SDL_ScanUnsignedLong() local
99 return (text - textstart); in SDL_ScanUnsignedLong()
130 return (text - textstart); in SDL_ScanUintPtrT()
171 return (text - textstart); in SDL_ScanLongLong()
202 return (text - textstart); in SDL_ScanUnsignedLongLong()
238 return (text - textstart); in SDL_ScanFloat()
1073 char *textstart = text; in SDL_PrintFloat() local
1109 char *textstart = text; in SDL_PrintString() local
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/stdlib/
H A DSDL_string.c35 const char *textstart = text; in SDL_ScanLong() local
68 return (text - textstart); in SDL_ScanLong()
75 const char *textstart = text; in SDL_ScanUnsignedLong() local
99 return (text - textstart); in SDL_ScanUnsignedLong()
130 return (text - textstart); in SDL_ScanUintPtrT()
171 return (text - textstart); in SDL_ScanLongLong()
202 return (text - textstart); in SDL_ScanUnsignedLongLong()
238 return (text - textstart); in SDL_ScanFloat()
1073 char *textstart = text; in SDL_PrintFloat() local
1109 char *textstart = text; in SDL_PrintString() local
[all …]
/dports/misc/boxes/boxes-1.3/src/
H A Dremove.c835 textstart = 0; in remove_box()
842 detect_horiz (BTOP, &boxstart, &textstart); in remove_box()
878 for (j=textstart; j<textend; ++j) { in remove_box()
925 for (j=textstart; j<textend; ++j) { in remove_box()
952 while (empty_line (input.lines+textstart) && textstart < textend) { in remove_box()
956 ++textstart; in remove_box()
966 if (textstart > boxstart) { in remove_box()
967 for (j=boxstart; j<textstart; ++j) in remove_box()
971 input.anz_lines -= textstart - boxstart; in remove_box()
972 textend -= textstart - boxstart; in remove_box()
[all …]
/dports/textproc/p5-PerlPoint-Package/PerlPoint-Package-0.452/demo/
H A Dpp2sdf1039 if ($flags{textstart})
1054 $flags{textstart}=0;
1114 $flags{textstart}=$_[1]==DIRECTIVE_START ? 1 : 0;
1125 …$flags{textstart}=0 if $flags{textstart} and ($tag=~/^(A|IMAGE|LOCALTOC|PAGEREF|REF|SECTIONREF|TAB…
1233 $flags{textstart}=0;
1434 $flags{textstart}=0 if exists $settings->{name};
1486 $flags{textstart}=0;
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dosdep.c176 char *textstart = text; in x264_PrintFloat() local
208 return (text - textstart); in x264_PrintFloat()
213 char *textstart = text; in x264_PrintString() local
218 return (text - textstart); in x264_PrintString()
223 char *textstart = text; in vsnprintf() local
344 return (text - textstart); in vsnprintf()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dosdep.c176 char *textstart = text; in x264_PrintFloat() local
208 return (text - textstart); in x264_PrintFloat()
213 char *textstart = text; in x264_PrintString() local
218 return (text - textstart); in x264_PrintString()
223 char *textstart = text; in vsnprintf() local
344 return (text - textstart); in vsnprintf()
/dports/x11/controllermap/SDL2-2.0.18/src/stdlib/
H A DSDL_string.c61 const char *textstart = text; in SDL_ScanLong() local
94 return (text - textstart); in SDL_ScanLong()
102 const char *textstart = text; in SDL_ScanUnsignedLong() local
126 return (text - textstart); in SDL_ScanUnsignedLong()
134 const char *textstart = text; in SDL_ScanUintPtrT() local
158 return (text - textstart); in SDL_ScanUintPtrT()
166 const char *textstart = text; in SDL_ScanLongLong() local
199 return (text - textstart); in SDL_ScanLongLong()
207 const char *textstart = text; in SDL_ScanUnsignedLongLong() local
231 return (text - textstart); in SDL_ScanUnsignedLongLong()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/stdlib/
H A DSDL_string.c61 const char *textstart = text; in SDL_ScanLong() local
94 return (text - textstart); in SDL_ScanLong()
102 const char *textstart = text; in SDL_ScanUnsignedLong() local
126 return (text - textstart); in SDL_ScanUnsignedLong()
134 const char *textstart = text; in SDL_ScanUintPtrT() local
158 return (text - textstart); in SDL_ScanUintPtrT()
166 const char *textstart = text; in SDL_ScanLongLong() local
199 return (text - textstart); in SDL_ScanLongLong()
207 const char *textstart = text; in SDL_ScanUnsignedLongLong() local
231 return (text - textstart); in SDL_ScanUnsignedLongLong()
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Dmatch.go19 textstart int member
68 textstart: startpos,
83 func (m *Match) reset(text []rune, textstart int) {
85 m.textstart = textstart

1234567