Searched refs:stringDecoder (Results 1 – 2 of 2) sorted by relevance
142 protected stringDecoder = new StringDecoder();187 this.stringDecoder = new StringDecoder(this.readableEncodingInner);358 buffer = this.stringDecoder.write(new Uint8Array(this.buf.splice(0, size)));429 this.stringDecoder = new StringDecoder(this.readableEncodingInner);442 this.stringDecoder = new StringDecoder(encoding);1530 const chunkString = this.stringDecoder.write(chunk);
2928 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable2953 napi_value testResEnd = stringDecoder.End(env);2975 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable3010 testRes = stringDecoder.Write(env, result);3031 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable3047 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable3082 testRes = stringDecoder.End(env, result);3103 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable3127 testRes = stringDecoder.End(env);3159 stringDecoder.Write(env, result, false);[all …]