Home
last modified time | relevance | path

Searched refs:characterDelta (Results 1 – 6 of 6) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/
H A DArcanistLintPatcher.php9 private $characterDelta = 0; variable in ArcanistLintPatcher
136 $this->characterDelta += $change;
141 return $this->characterDelta;
/dports/devel/arcanist/arcanist-b2e715f/src/lint/
H A DArcanistLintPatcher.php9 private $characterDelta = 0; variable in ArcanistLintPatcher
136 $this->characterDelta += $change;
141 return $this->characterDelta;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h158 void moveBy (int characterDelta);
164 Position movedBy (int characterDelta) const;
H A Djuce_CodeDocument.cpp480 void CodeDocument::Position::moveBy (int characterDelta) in moveBy() argument
484 if (characterDelta == 1) in moveBy()
493 if (indexInLine + characterDelta < l.lineLength in moveBy()
494 && indexInLine + characterDelta >= l.lineLengthWithoutNewLines + 1) in moveBy()
495 ++characterDelta; in moveBy()
499 setPosition (characterPos + characterDelta); in moveBy()
502 CodeDocument::Position CodeDocument::Position::movedBy (const int characterDelta) const in movedBy()
505 p.moveBy (characterDelta); in movedBy()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h158 void moveBy (int characterDelta);
164 Position movedBy (int characterDelta) const;
H A Djuce_CodeDocument.cpp480 void CodeDocument::Position::moveBy (int characterDelta) in moveBy() argument
484 if (characterDelta == 1) in moveBy()
493 if (indexInLine + characterDelta < l.lineLength in moveBy()
494 && indexInLine + characterDelta >= l.lineLengthWithoutNewLines + 1) in moveBy()
495 ++characterDelta; in moveBy()
499 setPosition (characterPos + characterDelta); in moveBy()
502 CodeDocument::Position CodeDocument::Position::movedBy (const int characterDelta) const in movedBy()
505 p.moveBy (characterDelta); in movedBy()