Searched refs:traceBuffer (Results 1 – 2 of 2) sorted by relevance
590 private traceBuffer: Uint8Array[] = []; property in RecordController659 this.traceBuffer = [];685 if (data.slices[0].data) this.traceBuffer.push(data.slices[0].data);709 this.traceBuffer = [];718 this.traceBuffer = [];725 for (const chunk of this.traceBuffer) traceLen += chunk.length;728 for (const chunk of this.traceBuffer) {
422 private void traceBuffer(String msg, int cc, int off) { in traceBuffer() method in TransliteratorInputMethod456 traceBuffer("update", cc, off); in update()469 traceBuffer("updateCaret", 0, index.contextLimit); in updateCaret()