Home
last modified time | relevance | path

Searched refs:stringDecoder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/stream/src/
H A Dstream_js.ts142 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);
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp2928 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable
2953 napi_value testResEnd = stringDecoder.End(env);
2975 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable
3010 testRes = stringDecoder.Write(env, result);
3031 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable
3047 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable
3082 testRes = stringDecoder.End(env, result);
3103 OHOS::Util::StringDecoder stringDecoder("utf-8"); variable
3127 testRes = stringDecoder.End(env);
3159 stringDecoder.Write(env, result, false);
[all …]