Lines Matching refs:lastChar
22734 lastChar = pos[pos.length - 1],
22736 endX = lastChar.x + lastChar.width;
51816 this.lastChar = Buffer.allocUnsafe(nb);
51843 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
51844 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
51846 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
51918 buf.copy(this.lastChar, p, 0, this.lastNeed);
51919 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
51921 buf.copy(this.lastChar, p, 0, buf.length);
51933 buf.copy(this.lastChar, 0, end);
51957 this.lastChar[0] = buf[buf.length - 2];
51958 this.lastChar[1] = buf[buf.length - 1];
51966 this.lastChar[0] = buf[buf.length - 1];
51976 return r + this.lastChar.toString('utf16le', 0, end);
51987 this.lastChar[0] = buf[buf.length - 1];
51989 this.lastChar[0] = buf[buf.length - 2];
51990 this.lastChar[1] = buf[buf.length - 1];
51997 if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);