Searched refs:DECODER (Results 1 – 16 of 16) sorted by relevance
15 const DECODER = Symbol('decoder') constant69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH]))92 this[DECODER] = enc ? new SD(enc) : null94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk))154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {159 chunk = this[DECODER].write(chunk)383 if (this[DECODER]) {384 data = this[DECODER].end()
81 let DECODER = null; variable101 DECODER = DECODER === null ? new TextDecoder() : DECODER;102 return DECODER.decode(body);
96 DECODER(gb2312) in DECODER() function157 DECODER(gbk) in DECODER() function265 DECODER(gb18030) in DECODER() function410 DECODER(hz) in DECODER() function
45 DECODER(big5) in DECODER() function104 DECODER(cp950) in DECODER() function
84 DECODER(cp932) in DECODER() function241 DECODER(euc_jis_2004) in DECODER() function382 DECODER(euc_jp) in DECODER() function508 DECODER(shift_jis) in DECODER() function667 DECODER(shift_jis_2004) in DECODER() function
107 DECODER(euc_kr) in DECODER() function204 DECODER(cp949) in DECODER() function361 DECODER(johab) in DECODER() function
110 DECODER(big5hkscs) in DECODER() function
86 #define DECODER(encoding) \ macro
422 DECODER(iso2022) in DECODER() function
14 with the options @code{--enable-decoder=@var{DECODER}} /15 @code{--disable-decoder=@var{DECODER}}.
740 Stream. DECODER : A decoder should attempt to process the data
69055 [MOVED FROM BAD 029/134] vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
182395 vp8: move #ifdef HAVE_VP8_ENCODER/DECODER