Home
last modified time | relevance | path

Searched refs:DecodeToString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.h73 napi_value DecodeToString(napi_env env, napi_value src, bool iflag);
H A Djs_textdecoder.cpp115 napi_value TextDecoder::DecodeToString(napi_env env, napi_value src, bool iflag) in DecodeToString() function in OHOS::Util::TextDecoder
H A Dnative_module_util.cpp457 static napi_value DecodeToString(napi_env env, napi_callback_info info) in DecodeToString() function
485 valStr = textDecoder->DecodeToString(env, argv, iStream); in DecodeToString()
505 valStr = textDecoder->DecodeToString(env, argvArr[0], iStream); in DecodeToString()
842 DECLARE_NAPI_FUNCTION("decodeToString", DecodeToString), in TextcoderInit()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp1657 napi_value testString = textDecoder.DecodeToString(env, result, iflag);
1701 napi_value testString = textDecoder.DecodeToString(env, result, iflag);
1741 napi_value testString = textDecoder.DecodeToString(env, result2, iflag);
1771 napi_value testString = textDecoder.DecodeToString(env, result, iflag);
1815 napi_value testString = textDecoder.DecodeToString(env, result, iflag);
3321 textDecoder.DecodeToString(env, result, iflag);
3366 textDecoder.DecodeToString(env, result, iflag);