Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3996 const FX_WCHAR* strCode = L"0123456789abcdef"; in EncodeURL() local
4004 strEncode[1] = strCode[iIndex]; in EncodeURL()
4005 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
4019 strEncode[1] = strCode[iIndex]; in EncodeURL()
4020 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
4043 strEncode[1] = strCode[iIndex]; in EncodeURL()
4044 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
4048 strEncode[1] = strCode[iIndex]; in EncodeURL()
4049 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
4057 FX_WCHAR tmp = strCode[ch % iRadix]; in EncodeURL()
[all …]