Lines Matching refs:fromCodePoint
43100 var nativeFromCodePoint = String.fromCodePoint;
43108 fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars
76520 this.text += String.fromCodePoint(c);
76537 this.text += String.fromCodePoint(q);
76551 this.text += String.fromCodePoint(c);
76568 this.text += String.fromCodePoint(q);
76577 this.text += String.fromCodePoint(c);
76596 var char = String.fromCodePoint(this.getCodeNorm());
76617 this.text += String.fromCodePoint(c);
76624 this.text += String.fromCodePoint(c);
76647 this.text += String.fromCodePoint(c);
76762 this.openWakaBang += String.fromCodePoint(this.getCodeNorm());
76824 this.text += "-".concat(String.fromCodePoint(c));
76837 this.text += "--".concat(String.fromCodePoint(c));
76858 this.text += "]".concat(String.fromCodePoint(c));
76884 this.text += "]]".concat(String.fromCodePoint(c));
76897 this.piTarget += String.fromCodePoint(c);
76904 this.piTarget += String.fromCodePoint(c);
76942 this.piTarget += String.fromCodePoint(c);
76958 this.text = String.fromCodePoint(c);
76994 this.text += "?".concat(String.fromCodePoint(c));
77014 this.name = String.fromCodePoint(c);
78086 return String.fromCodePoint(num);