Searched refs:charLengthAt (Results 1 – 3 of 3) sorted by relevance
51 function charLengthAt(str, i) { function359 } else if (charLengthAt(s, 0) === s.length) {384 charLengthAt, property
90 charLengthAt,729 const charSize = charLengthAt(this.line, this.cursor);1042 this._moveCursor(+charLengthAt(this.line, this.cursor));1162 this._moveCursor(+charLengthAt(this.line, this.cursor));1259 iface._sawKeyPress = charLengthAt(string, 0) === string.length;
798 …js/node/commit/f0506c3dd2)] - **readline**: move charLengthLeft() and charLengthAt() (Ruben Bridge…