break;
}
var currentType = WordSeparate.classifyChar(this._text, this._current + this._offset);
if (currentType != preType) {
if ((currentType == WordSeparate.characterType.WhiteSpace)
!= (preType == WordSeparate.characterType.WhiteSpace)) {
preType = currentType;