Searched refs:advanceUntilChars (Results 1 – 2 of 2) sorted by relevance
1 …advanceUntilChars=function(e){for(;this.position+e.length<=this.source.length;){for(var t=0;t<e.le… method in e
1 …advanceUntilChars = function (ch) {\n while (this.position + ch.length <= this.source.lengt…