Searched refs:_charAt (Results 1 – 10 of 10) sorted by relevance
111 yych = this._charAt(cursor);124 yych = this._charAt(YYMARKER = ++cursor);131 yych = this._charAt(YYMARKER = ++cursor);140 yych = this._charAt(cursor);146 yych = this._charAt(cursor);158 yych = this._charAt(cursor);233 if ((yych = this._charAt(cursor)) == '=') { gotoCase = 115; continue; };239 yych = this._charAt(YYMARKER = ++cursor);245 yych = this._charAt(YYMARKER = ++cursor);257 yych = this._charAt(++cursor);[all …]
166 yych = this._charAt(cursor);179 yych = this._charAt(YYMARKER = ++cursor);186 yych = this._charAt(YYMARKER = ++cursor);195 yych = this._charAt(cursor);201 yych = this._charAt(cursor);213 yych = this._charAt(cursor);231 yych = this._charAt(YYMARKER = ++cursor);243 yych = this._charAt(++cursor);274 yych = this._charAt(cursor);289 yych = this._charAt(cursor);[all …]
203 yych = this._charAt(cursor);216 yych = this._charAt(YYMARKER = ++cursor);224 yych = this._charAt(YYMARKER = ++cursor);228 yych = this._charAt(cursor);233 yych = this._charAt(cursor);249 yych = this._charAt(cursor);259 yych = this._charAt(cursor);271 yych = this._charAt(++cursor);282 yych = this._charAt(cursor);294 yych = this._charAt(cursor);[all …]
35 // | sed 's|[*]cursor[+][+]|this._charAt(cursor++)|' \36 // | sed 's|[[*][+][+]cursor|this._charAt(++cursor)|' \37 // | sed 's|[*]cursor|this._charAt(cursor)|' \38 // | sed 's|yych = \*\([^;]*\)|yych = this._charAt\1|' \
61 _charAt: function(cursor) method in WebInspector.SourceTokenizer
367 _charAt(int32_t offset, void *context) { in _charAt() function413 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf); in ucbuf_getcx32()
3469 _charAt(int32_t offset, void *context) { in _charAt() function3491 c = u_unescapeAt(_charAt,&srcIndex,srcLen,(void*)src); /* advances i*/ in unescape()
586 (WebInspector.SourceTokenizer.prototype._charAt):3405 (WebInspector.TextEditorHighlighter.Tokenizer.prototype._charAt):13373 (WebInspector.JavaScriptTokenizer.prototype._charAt):