Home
last modified time | relevance | path

Searched refs:StringDecoder (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_stringdecoder.cpp23 StringDecoder::StringDecoder(const std::string &encoding) in StringDecoder() function in OHOS::Util::StringDecoder
29 napi_value StringDecoder::Write(napi_env env, napi_value src, UBool flush) in Write()
74 napi_value StringDecoder::End(napi_env env, napi_value src) in End()
79 napi_value StringDecoder::End(napi_env env) in End()
105 void StringDecoder::FreedMemory(UChar *&pData) in FreedMemory()
H A Djs_stringdecoder.h25 class StringDecoder { class
27 explicit StringDecoder(const std::string &encoding);
28 ~StringDecoder() { ucnv_close(conv_); } in ~StringDecoder()
H A Dnative_module_util.cpp1565 // StringDecoder
1597 auto objectInfo = new StringDecoder(enconding); in StringDecoderConstructor()
1601 auto obj = reinterpret_cast<StringDecoder*>(data); in StringDecoderConstructor()
1621 StringDecoder *object = nullptr; in Write()
1632 StringDecoder *object = nullptr; in End()
1747 const char *stringDecoderClassName = "StringDecoder"; in StringDecoderInit()
1758 DECLARE_NAPI_PROPERTY("StringDecoder", StringDecoderClass) in StringDecoderInit()
/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp2720 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()
2767 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()
2823 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()
2839 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()
2895 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()
2940 OHOS::Util::StringDecoder stringDecoder("utf-8"); in HWTEST_F()

Completed in 11 milliseconds