Home
last modified time | relevance | path

Searched refs:newLineStarts (Results 1 – 25 of 29) sorted by relevance

12

/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/
H A DpieceTreeBuilder.ts170 let newLineStarts = createLineStartsFast(lastChunk.buffer); variable
171 lastChunk.lineStarts = newLineStarts;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DPositionCache.cxx140 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
143 newLineStarts[i] = lineStarts[i]; in SetLineStart()
145 newLineStarts[i] = 0; in SetLineStart()
148 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DPositionCache.cxx140 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
143 newLineStarts[i] = lineStarts[i]; in SetLineStart()
145 newLineStarts[i] = 0; in SetLineStart()
148 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DPositionCache.cxx140 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
143 newLineStarts[i] = lineStarts[i]; in SetLineStart()
145 newLineStarts[i] = 0; in SetLineStart()
148 lineStarts = newLineStarts; in SetLineStart()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DPositionCache.cxx143 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
146 newLineStarts[i] = lineStarts[i]; in SetLineStart()
148 newLineStarts[i] = 0; in SetLineStart()
151 lineStarts = newLineStarts; in SetLineStart()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DPositionCache.cxx136 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
139 newLineStarts[i] = lineStarts[i]; in SetLineStart()
141 newLineStarts[i] = 0; in SetLineStart()
144 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DPositionCache.cxx137 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
140 newLineStarts[i] = lineStarts[i]; in SetLineStart()
142 newLineStarts[i] = 0; in SetLineStart()
145 lineStarts = newLineStarts; in SetLineStart()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DPositionCache.cxx135 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
138 newLineStarts[i] = lineStarts[i]; in SetLineStart()
140 newLineStarts[i] = 0; in SetLineStart()
143 lineStarts = newLineStarts; in SetLineStart()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DPositionCache.cxx130 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
133 newLineStarts[i] = lineStarts[i]; in SetLineStart()
135 newLineStarts[i] = 0; in SetLineStart()
137 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DPositionCache.cpp129 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
132 newLineStarts[i] = lineStarts[i]; in SetLineStart()
134 newLineStarts[i] = 0; in SetLineStart()
136 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DPositionCache.cxx130 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
133 newLineStarts[i] = lineStarts[i]; in SetLineStart()
135 newLineStarts[i] = 0; in SetLineStart()
137 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DPositionCache.cxx130 std::unique_ptr<int[]> newLineStarts = Sci::make_unique<int[]>(newMaxLines); in SetLineStart() local
133 newLineStarts[i] = lineStarts[i]; in SetLineStart()
135 newLineStarts[i] = 0; in SetLineStart()
137 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DPositionCache.cxx130 std::unique_ptr<int[]> newLineStarts = Sci::make_unique<int[]>(newMaxLines); in SetLineStart() local
133 newLineStarts[i] = lineStarts[i]; in SetLineStart()
135 newLineStarts[i] = 0; in SetLineStart()
137 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp129 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
132 newLineStarts[i] = lineStarts[i]; in SetLineStart()
134 newLineStarts[i] = 0; in SetLineStart()
136 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp129 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
132 newLineStarts[i] = lineStarts[i]; in SetLineStart()
134 newLineStarts[i] = 0; in SetLineStart()
136 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp129 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
132 newLineStarts[i] = lineStarts[i]; in SetLineStart()
134 newLineStarts[i] = 0; in SetLineStart()
136 lineStarts.reset(newLineStarts); in SetLineStart()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DPositionCache.cxx177 std::unique_ptr<int[]> newLineStarts = std::make_unique<int[]>(newMaxLines); in SetLineStart() local
180 newLineStarts[i] = lineStarts[i]; in SetLineStart()
182 newLineStarts[i] = 0; in SetLineStart()
184 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DPositionCache.cxx177 std::unique_ptr<int[]> newLineStarts = std::make_unique<int[]>(newMaxLines); in SetLineStart() local
180 newLineStarts[i] = lineStarts[i]; in SetLineStart()
182 newLineStarts[i] = 0; in SetLineStart()
184 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/editors/textadept/scintilla/src/
H A DPositionCache.cxx177 std::unique_ptr<int[]> newLineStarts = std::make_unique<int[]>(newMaxLines); in SetLineStart() local
180 newLineStarts[i] = lineStarts[i]; in SetLineStart()
182 newLineStarts[i] = 0; in SetLineStart()
184 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/editors/scite/scintilla/src/
H A DPositionCache.cxx177 std::unique_ptr<int[]> newLineStarts = std::make_unique<int[]>(newMaxLines); in SetLineStart() local
180 newLineStarts[i] = lineStarts[i]; in SetLineStart()
182 newLineStarts[i] = 0; in SetLineStart()
184 lineStarts = std::move(newLineStarts); in SetLineStart()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DEditor.cxx135 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
136 if (!newLineStarts) in SetLineStart()
140 newLineStarts[i] = lineStarts[i]; in SetLineStart()
142 newLineStarts[i] = 0; in SetLineStart()
145 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx137 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
138 if (!newLineStarts) in SetLineStart()
142 newLineStarts[i] = lineStarts[i]; in SetLineStart()
144 newLineStarts[i] = 0; in SetLineStart()
147 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx137 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
138 if (!newLineStarts) in SetLineStart()
142 newLineStarts[i] = lineStarts[i]; in SetLineStart()
144 newLineStarts[i] = 0; in SetLineStart()
147 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx137 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
138 if (!newLineStarts) in SetLineStart()
142 newLineStarts[i] = lineStarts[i]; in SetLineStart()
144 newLineStarts[i] = 0; in SetLineStart()
147 lineStarts = newLineStarts; in SetLineStart()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx137 int *newLineStarts = new int[newMaxLines]; in SetLineStart() local
138 if (!newLineStarts) in SetLineStart()
142 newLineStarts[i] = lineStarts[i]; in SetLineStart()
144 newLineStarts[i] = 0; in SetLineStart()
147 lineStarts = newLineStarts; in SetLineStart()

12