Home
last modified time | relevance | path

Searched defs:deleteLength (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DSparseVector.h157 void DeleteRange(Sci::Position position, Sci::Position deleteLength) { in DeleteRange()
H A DSplitVector.h262 void DeleteRange(ptrdiff_t position, ptrdiff_t deleteLength) { in DeleteRange()
H A DRunStyles.cxx225 void RunStyles<DISTANCE, STYLE>::DeleteRange(DISTANCE position, DISTANCE deleteLength) { in DeleteRange()
H A DDecoration.cxx215 void DecorationList<POS>::DeleteRange(Sci::Position position, Sci::Position deleteLength) { in DeleteRange()
H A DCellBuffer.cxx689 const char *CellBuffer::DeleteChars(Sci::Position position, Sci::Position deleteLength, bool &start… in DeleteChars()
1127 void CellBuffer::BasicDeleteChars(Sci::Position position, Sci::Position deleteLength) { in BasicDeleteChars()