Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 2 of 2) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js91 scanBuf.prototype.next_char=function(){return this.buffer[++this.index]} method in scanBuf
93 while(c>='0'&&c<='9'){val=val*10+Number(c);c=this.next_char()}
6051 while(1){c=line.next_char()
6070 while(1){c=line.next_char()
6075 while(1){c=line.next_char()
6209 switch(c){case'^':c=line.next_char()
6210 if(c=='^'){acc=2;c=line.next_char()}else{acc=1}
6212 case'=':acc=3;c=line.next_char()
6214 case'_':c=line.next_char()
6215 if(c=='_'){acc=-2;c=line.next_char()}else{acc=-1}
[all …]
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8next_char=function(){return this.buffer[++this.index]},scanBuf.prototype.get_int=function(){var e=… method in scanBuf