Lines Matching refs:charset
3079 function getDecoder(charset) {
3082 switch (charset) {
3108 charset = charset.toLowerCase();
3111 return decoders.other.bind(charset);
3683 let charset = "";
3718 charset = tmp.substring(1);
3731 if (charset) {
3736 charset
3739 charset = "";
3757 if (charset && tmp.length) {
3761 charset
3814 var RE_CHARSET = /^charset$/i;
3895 let charset;
3905 charset = parsed[i][1].toLowerCase();
3914 if (charset === void 0) {
3915 charset = defCharset;
4025 buffer = decodeText(buffer, "binary", charset);
4272 var RE_CHARSET = /^charset$/i;
4281 let charset;
4284 charset = parsedConType[i][1].toLowerCase();
4288 if (charset === void 0) {
4289 charset = cfg.defCharset || "utf8";
4292 this.charset = charset;
4369 decodeText(key, "binary", this.charset),
4418 decodeText(this._key, "binary", this.charset),
4419 decodeText(this._val, "binary", this.charset),
4460 decodeText(this._key, "binary", this.charset),
4468 decodeText(this._key, "binary", this.charset),
4469 decodeText(this._val, "binary", this.charset),
4604 mimeTypeRecord = parseMIMEType("text/plain;charset=US-ASCII");
5277 type = "text/plain;charset=UTF-8";
5280 type = "application/x-www-form-urlencoded;charset=UTF-8";