Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1112 std::string GetCanonicalEncodingName(const std::string& alias_name) const;
H A Dweb_delegate.cpp6814 std::string WebDelegate::GetCanonicalEncodingName(const std::string& alias_name) const in GetCanonicalEncodingName() function in OHOS::Ace::WebDelegate
6838 auto canonicalEncodingName = GetCanonicalEncodingName(textEncodingFormat); in UpdateDefaultTextEncodingFormat()