if (tb.size() >= shortestSegment) {
mInputPtr = inputPtr;
return null;
}
// If not, need more buffer space:
return tb.finishCurrentSegment();
}
/**
* Method called to try to parse and canonicalize white space that
* has a good chance of being white space with somewhat regular