Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h226 static WideString DecodeURL(const WideString& wsURLString);
Dcfxjse_formcalc_context.cpp3257 WideString CFXJSE_FormCalcContext::DecodeURL(const WideString& wsURLString) { in DecodeURL() argument
3258 const wchar_t* pData = wsURLString.c_str(); in DecodeURL()
3261 while (i < wsURLString.GetLength()) { in DecodeURL()
3505 WideString wsURLString = WideString::FromUTF8(szURLString.AsStringView()); in EncodeURL() local
3515 for (auto ch : wsURLString) { in EncodeURL()