Home
last modified time | relevance | path

Searched defs:TextEcodeInfo (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/ets_utils/platform/
Dutil_helper.h47 struct TextEcodeInfo { struct
48 TextEcodeInfo(napi_env napiEnv, napi_value srcValue, std::string encodingStr): env(napiEnv), in TextEcodeInfo() function
52 napi_env env;
53 napi_value src;
54 std::string encoding;