Home
last modified time | relevance | path

Searched refs:posCurrent (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexEDIFACT.cxx122 if (posCurrent != 0) in Lex()
123 posCurrent++; in Lex()
128 styler.StartSegment(posCurrent); in Lex()
133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
136 if (posCurrent >= posFinish) in Lex()
148 posCurrent += 9; in Lex()
152 posSegmentStart = posCurrent; in Lex()
153 posCurrent += 3; in Lex()
158 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
163 posCurrent++; in Lex()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexEDIFACT.cxx136 if (posCurrent != 0) in Lex()
137 posCurrent++; in Lex()
142 styler.StartSegment(posCurrent); in Lex()
147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
150 if (posCurrent >= posFinish) in Lex()
162 posCurrent += 9; in Lex()
166 posSegmentStart = posCurrent; in Lex()
167 posCurrent += 3; in Lex()
172 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
177 posCurrent++; in Lex()
[all …]
H A DLexX12.cxx134 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local
137 pAccess->StartStyling(posCurrent, '\377'); in Lex()
139 while (posCurrent < posFinish) in Lex()
142 T = DetectSegmentHeader(pAccess, posCurrent); in Lex()
146 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex()
148 posCurrent = T.pos + T.length; in Lex()
152 T = FindNextTerminator(pAccess, posCurrent); in Lex()
160 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex()
162 posCurrent = T.pos + T.length; in Lex()
168 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexEDIFACT.cxx122 if (posCurrent != 0) in Lex()
123 posCurrent++; in Lex()
128 styler.StartSegment(posCurrent); in Lex()
133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
136 if (posCurrent >= posFinish) in Lex()
148 posCurrent += 9; in Lex()
152 posSegmentStart = posCurrent; in Lex()
153 posCurrent += 3; in Lex()
158 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
163 posCurrent++; in Lex()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexEDIFACT.cpp136 if (posCurrent != 0) in Lex()
137 posCurrent++; in Lex()
142 styler.StartSegment(posCurrent); in Lex()
147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
150 if (posCurrent >= posFinish) in Lex()
162 posCurrent += 9; in Lex()
166 posSegmentStart = posCurrent; in Lex()
167 posCurrent += 3; in Lex()
172 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
177 posCurrent++; in Lex()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexEDIFACT.cpp136 if (posCurrent != 0) in Lex()
137 posCurrent++; in Lex()
142 styler.StartSegment(posCurrent); in Lex()
147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
150 if (posCurrent >= posFinish) in Lex()
162 posCurrent += 9; in Lex()
166 posSegmentStart = posCurrent; in Lex()
167 posCurrent += 3; in Lex()
172 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
177 posCurrent++; in Lex()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexEDIFACT.cpp136 if (posCurrent != 0) in Lex()
137 posCurrent++; in Lex()
142 styler.StartSegment(posCurrent); in Lex()
147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
150 if (posCurrent >= posFinish) in Lex()
162 posCurrent += 9; in Lex()
166 posSegmentStart = posCurrent; in Lex()
167 posCurrent += 3; in Lex()
172 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
177 posCurrent++; in Lex()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexEDIFACT.cxx156 if (posCurrent != 0) in Lex()
157 posCurrent++; in Lex()
162 styler.StartSegment(posCurrent); in Lex()
167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
170 if (posCurrent >= posFinish) in Lex()
182 posCurrent += 9; in Lex()
186 posSegmentStart = posCurrent; in Lex()
187 posCurrent += 3; in Lex()
192 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
197 posCurrent++; in Lex()
[all …]
H A DLexX12.cxx138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local
141 pAccess->StartStyling(posCurrent); in Lex()
143 while (posCurrent < posFinish) in Lex()
146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex()
150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex()
152 posCurrent = T.pos + T.length; in Lex()
156 T = FindNextTerminator(pAccess, posCurrent); in Lex()
164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex()
166 posCurrent = T.pos + T.length; in Lex()
172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexEDIFACT.cxx156 if (posCurrent != 0) in Lex()
157 posCurrent++; in Lex()
162 styler.StartSegment(posCurrent); in Lex()
167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
170 if (posCurrent >= posFinish) in Lex()
182 posCurrent += 9; in Lex()
186 posSegmentStart = posCurrent; in Lex()
187 posCurrent += 3; in Lex()
192 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
197 posCurrent++; in Lex()
[all …]
H A DLexX12.cxx138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local
141 pAccess->StartStyling(posCurrent); in Lex()
143 while (posCurrent < posFinish) in Lex()
146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex()
150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex()
152 posCurrent = T.pos + T.length; in Lex()
156 T = FindNextTerminator(pAccess, posCurrent); in Lex()
164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex()
166 posCurrent = T.pos + T.length; in Lex()
172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
/dports/editors/textadept/scintilla/lexers/
H A DLexEDIFACT.cxx156 if (posCurrent != 0) in Lex()
157 posCurrent++; in Lex()
162 styler.StartSegment(posCurrent); in Lex()
167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
170 if (posCurrent >= posFinish) in Lex()
182 posCurrent += 9; in Lex()
186 posSegmentStart = posCurrent; in Lex()
187 posCurrent += 3; in Lex()
192 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
197 posCurrent++; in Lex()
[all …]
H A DLexX12.cxx138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local
141 pAccess->StartStyling(posCurrent); in Lex()
143 while (posCurrent < posFinish) in Lex()
146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex()
150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex()
152 posCurrent = T.pos + T.length; in Lex()
156 T = FindNextTerminator(pAccess, posCurrent); in Lex()
164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex()
166 posCurrent = T.pos + T.length; in Lex()
172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
/dports/editors/scite/scintilla/lexers/
H A DLexEDIFACT.cxx156 if (posCurrent != 0) in Lex()
157 posCurrent++; in Lex()
162 styler.StartSegment(posCurrent); in Lex()
167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex()
170 if (posCurrent >= posFinish) in Lex()
182 posCurrent += 9; in Lex()
186 posSegmentStart = posCurrent; in Lex()
187 posCurrent += 3; in Lex()
192 for (char c; posCurrent < posFinish; posCurrent++) in Lex()
197 posCurrent++; in Lex()
[all …]
H A DLexX12.cxx138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local
141 pAccess->StartStyling(posCurrent); in Lex()
143 while (posCurrent < posFinish) in Lex()
146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex()
150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex()
152 posCurrent = T.pos + T.length; in Lex()
156 T = FindNextTerminator(pAccess, posCurrent); in Lex()
164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex()
166 posCurrent = T.pos + T.length; in Lex()
172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_HTML_NavigationHelper.cpp138 PT_DocPosition posCurrent; in getFilenameByPosition() local
153 getNthTOCEntryPos(i, posCurrent); in getFilenameByPosition()
157 if (posCurrent <= position) in getFilenameByPosition()
H A Die_exp_HTML.cpp558 PT_DocPosition posCurrent; in _writeDocument() local
580 m_pNavigationHelper->getNthTOCEntryPos(i, posCurrent); in _writeDocument()
586 UT_DEBUGMSG(("POS: %d %d\n", posBegin, posCurrent)); in _writeDocument()
587 if (posCurrent <= docBegin) in _writeDocument()
598 posEnd = posCurrent; in _writeDocument()
/dports/www/matomo/piwik/core/Tracker/
H A DAction.php102 $posCurrent = self::getPriority($actionType);
104 if ($posCurrent > $posPrevious) {
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DASF_Support.cpp673 XMP_Uns64 posCurrent = LFA_Seek ( fileRef, 0, SEEK_CUR ); in UpdateFileSize() local
718 LFA_Seek ( fileRef, posCurrent, SEEK_SET ); in UpdateFileSize()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DASF_Support.cpp681 XMP_Uns64 posCurrent = fileRef->Seek ( 0, kXMP_SeekFromCurrent ); in UpdateFileSize() local
726 fileRef->Seek ( posCurrent, kXMP_SeekFromStart ); in UpdateFileSize()