Searched refs:advanceUntilChar (Results 1 – 2 of 2) sorted by relevance
1 …advanceUntilChar=function(e){for(;this.position<this.source.length;){if(this.source.charCodeAt(thi… method in e
1 …advanceUntilChar = function (ch) {\n while (this.position < this.source.length) {\n …