_PreviousChar
if (!(forward ? _NextChar(pos, c) : _PreviousChar(pos, c)))
if ((_PreviousChar(tempPos, c) && !c.IsSpace())
_PreviousChar(pos, c);
bool _PreviousChar(TermPos& pos, UTF8Char& c) const;