Searched refs:overflow (Results 1 – 1 of 1) sorted by relevance
2973 const Sci::Position overflow = (docCompStart + docCompLen) - lineEnd; in ImeOnReconvert() local2974 if (overflow > 0) { in ImeOnReconvert()2975 pdoc->DeleteChars(docCompStart, docCompLen - overflow); in ImeOnReconvert()