Lines Matching defs:utf
11 'unicode-1-1-utf-8': 'utf-8',
14 'utf-16': 'utf-16le'
26 const stream = new TextDecoderStream('utf-8', { fatal: falseValue });
31 const stream = new TextDecoderStream('utf-8', { ignoreBOM: falseValue });
38 const stream = new TextDecoderStream('utf-8', { fatal: trueValue });
43 const stream = new TextDecoderStream('utf-8', { ignoreBOM: trueValue });
61 () => new TextDecoderStream('utf-8', {
68 () => new TextDecoderStream('utf-8', {