Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp38 static const std::vector<std::string> conventFormat = {"utf-8", "UTF-8", "gbk", "GBK", "GB2312", "g… variable
601 for (const auto& format : conventFormat) { in CheckEncodingFormat()