from the sources:
function NextTokenPos: TPoint; virtual; deprecated; // use next word pos instead
function NextWordPos: TPoint; virtual;
function PrevWordPos: TPoint; virtual;
You shouldn't use NextTokenPos as it is deprecated.
But if you need to stick to highlighter tokens, instead of words, then there is no such function.
What do you need it for?