Searched refs:DecodeToString (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textdecoder.h | 73 napi_value DecodeToString(napi_env env, napi_value src, bool iflag);
|
H A D | js_textdecoder.cpp | 115 napi_value TextDecoder::DecodeToString(napi_env env, napi_value src, bool iflag) in DecodeToString() function in OHOS::Util::TextDecoder
|
H A D | native_module_util.cpp | 457 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 D | test_util.cpp | 1657 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);
|