Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx2973 const Sci::Position overflow = (docCompStart + docCompLen) - lineEnd; in ImeOnReconvert() local
2974 if (overflow > 0) { in ImeOnReconvert()
2975 pdoc->DeleteChars(docCompStart, docCompLen - overflow); in ImeOnReconvert()