Searched defs:widthChar (Results 1 – 2 of 2) sorted by relevance
2063 int widthChar = 1; in FindText() local2114 const Sci::Position widthChar = IsDBCSLeadByteNoExcept(bytes[0]) ? 2 : 1; in FindText() local
1560 const int widthChar = model.pdoc->LenChar(posCaret.Position()); in DrawCarets() local