Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp898 WideString DecodeMLInternal(const WideString& wsHTML, bool bIsHTML) { in DecodeMLInternal() argument
899 const wchar_t* pData = wsHTML.c_str(); in DecodeMLInternal()
900 size_t iLen = wsHTML.GetLength(); in DecodeMLInternal()
967 WideString DecodeHTML(const WideString& wsHTML) { in DecodeHTML() argument
968 return DecodeMLInternal(wsHTML, true); in DecodeHTML()
1074 WideString wsHTML = WideString::FromUTF8(bsHTML.AsStringView()); in EncodeHTML() local
1080 for (uint32_t ch : wsHTML) { in EncodeHTML()