Searched refs:arrayA (Results 1 – 1 of 1) sorted by relevance
147 const arrayA = new Uint8Array(compareA); constant148 if (arrayA.length === compareB.length) {149 for (let i = 0; i < arrayA.length; i++) {150 const dd = arrayA[i];477 const arrayA = new Uint8Array(resData); constant478 if (arrayA[0] === 13 && arrayA[1] !== 10 && arrayA[1] !== 13) {479 this.hdcRecvEnterAndBracket(arrayA, result);480 } else if (this.isStartWidthArrayBuffer(arrayA, this.startRealTimeFlag)) {481 let lastIndex = this.getLastRestorationIndex(arrayA, this.endRealTimeFlag);483 this.textDecoder.decode(arrayA.slice(lastIndex, arrayA.length))[all …]