Home
last modified time | relevance | path

Searched refs:IndexLineStart (Results 1 – 25 of 63) sorted by relevance

123

/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A DtestCellBuffer.cxx156 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
157 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
163 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
164 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
177 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
178 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 1);
179 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF32) == 0);
180 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF32) == 1);
184 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
185 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 3);
[all …]
/dports/editors/textadept/scintilla/test/unit/
H A DtestCellBuffer.cxx156 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
157 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
163 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
164 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
177 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
178 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 1);
179 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF32) == 0);
180 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF32) == 1);
184 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
185 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 3);
[all …]
/dports/editors/scite/scintilla/test/unit/
H A DtestCellBuffer.cxx156 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
157 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
163 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
164 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 0);
177 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
178 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 1);
179 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF32) == 0);
180 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF32) == 1);
184 REQUIRE(cb.IndexLineStart(0, SC_LINECHARACTERINDEX_UTF16) == 0);
185 REQUIRE(cb.IndexLineStart(1, SC_LINECHARACTERINDEX_UTF16) == 3);
[all …]
/dports/x11-toolkits/scintilla/scintilla/gtk/
H A DScintillaGTKAccessible.h41 Sci::Position posStart = sci->pdoc->IndexLineStart(lineStart, SC_LINECHARACTERINDEX_UTF32); in ByteOffsetFromCharacterOffset()
45 characterOffset -= sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) - posStart; in ByteOffsetFromCharacterOffset()
70 …return sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) + sci->pdoc->CountCharacters(l… in CharacterOffsetFromByteOffset()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/gtk/
H A DScintillaGTKAccessible.h41 Sci::Position posStart = sci->pdoc->IndexLineStart(lineStart, SC_LINECHARACTERINDEX_UTF32); in ByteOffsetFromCharacterOffset()
45 characterOffset -= sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) - posStart; in ByteOffsetFromCharacterOffset()
70 …return sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) + sci->pdoc->CountCharacters(l… in CharacterOffsetFromByteOffset()
/dports/devel/geany/geany-1.38/scintilla/gtk/
H A DScintillaGTKAccessible.h41 Sci::Position posStart = sci->pdoc->IndexLineStart(lineStart, SC_LINECHARACTERINDEX_UTF32); in ByteOffsetFromCharacterOffset()
45 characterOffset -= sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) - posStart; in ByteOffsetFromCharacterOffset()
70 …return sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) + sci->pdoc->CountCharacters(l… in CharacterOffsetFromByteOffset()
/dports/editors/textadept/scintilla/gtk/
H A DScintillaGTKAccessible.h41 Sci::Position posStart = sci->pdoc->IndexLineStart(lineStart, SC_LINECHARACTERINDEX_UTF32); in ByteOffsetFromCharacterOffset()
45 characterOffset -= sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) - posStart; in ByteOffsetFromCharacterOffset()
70 …return sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) + sci->pdoc->CountCharacters(l… in CharacterOffsetFromByteOffset()
/dports/editors/scite/scintilla/gtk/
H A DScintillaGTKAccessible.h41 Sci::Position posStart = sci->pdoc->IndexLineStart(lineStart, SC_LINECHARACTERINDEX_UTF32); in ByteOffsetFromCharacterOffset()
45 characterOffset -= sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) - posStart; in ByteOffsetFromCharacterOffset()
70 …return sci->pdoc->IndexLineStart(line, SC_LINECHARACTERINDEX_UTF32) + sci->pdoc->CountCharacters(l… in CharacterOffsetFromByteOffset()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DCellBuffer.cxx78 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
255 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
750 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
751 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DCellBuffer.cpp77 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
256 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
750 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
751 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;
/dports/x11-toolkits/scintilla/scintilla/src/
H A DCellBuffer.cxx79 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
288 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
786 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
787 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DCellBuffer.cxx77 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
254 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
749 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
750 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DCellBuffer.cxx78 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
287 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
785 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
786 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DCellBuffer.cxx78 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
287 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
785 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
786 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
/dports/editors/textadept/scintilla/src/
H A DCellBuffer.cxx79 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
288 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
786 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
787 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
/dports/editors/scite/scintilla/src/
H A DCellBuffer.cxx79 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
288 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
786 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
787 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.cpp77 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
256 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
750 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
751 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.cpp77 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
256 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
750 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
751 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.cpp77 virtual Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept = 0;
256 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
750 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
751 return plv->IndexLineStart(line, lineCharacterIndex); in IndexLineStart()
H A DCellBuffer.h165 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept;

123