Searched refs:_PreviousChar (Results 1 – 2 of 2) sorted by relevance
217 bool _PreviousChar(TermPos& pos, UTF8Char& c) const;
581 if (!(forward ? _NextChar(pos, c) : _PreviousChar(pos, c))) in Find()601 if ((_PreviousChar(tempPos, c) && !c.IsSpace()) in Find()620 _PreviousChar(pos, c); in Find()1691 BasicTerminalBuffer::_PreviousChar(TermPos& pos, UTF8Char& c) const in _PreviousChar() function in BasicTerminalBuffer