Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3662 FX_WCHAR strEncode[4]; in EncodeURL() local
3663 strEncode[0] = '%'; in EncodeURL()
3664 strEncode[3] = 0; in EncodeURL()
3677 strEncode[1] = strCode[iIndex]; in EncodeURL()
3678 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3679 wsResultBuf << strEncode; in EncodeURL()
3692 strEncode[1] = strCode[iIndex]; in EncodeURL()
3693 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3694 wsResultBuf << strEncode; in EncodeURL()
3716 strEncode[1] = strCode[iIndex]; in EncodeURL()
[all …]