Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3669 const FX_WCHAR* strCode = L"0123456789abcdef"; in EncodeURL() local
3677 strEncode[1] = strCode[iIndex]; in EncodeURL()
3678 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3692 strEncode[1] = strCode[iIndex]; in EncodeURL()
3693 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3716 strEncode[1] = strCode[iIndex]; in EncodeURL()
3717 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3725 FX_WCHAR tmp = strCode[ch % iRadix]; in EncodeURL()
3729 strTmp += strCode[ch]; in EncodeURL()
3763 const FX_WCHAR* strCode = L"0123456789abcdef"; in EncodeHTML() local
[all …]