Searched defs:deleteLength (Results 1 – 5 of 5) sorted by relevance
157 void DeleteRange(Sci::Position position, Sci::Position deleteLength) { in DeleteRange()
262 void DeleteRange(ptrdiff_t position, ptrdiff_t deleteLength) { in DeleteRange()
225 void RunStyles<DISTANCE, STYLE>::DeleteRange(DISTANCE position, DISTANCE deleteLength) { in DeleteRange()
215 void DecorationList<POS>::DeleteRange(Sci::Position position, Sci::Position deleteLength) { in DeleteRange()
689 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()