Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3723 CFX_WideString strTmp; in EncodeURL() local
3727 strTmp += tmp; in EncodeURL()
3729 strTmp += strCode[ch]; in EncodeURL()
3730 int32_t iLen = strTmp.GetLength(); in EncodeURL()
3737 strEncode[2] = strTmp.GetAt(iLen - 1); in EncodeURL()
3740 strEncode[1] = strTmp.GetAt(iLen - 1); in EncodeURL()
3741 strEncode[2] = strTmp.GetAt(iLen - 2); in EncodeURL()
3746 strEncode[1] = strTmp.GetAt(iIndex); in EncodeURL()
3747 strEncode[2] = strTmp.GetAt(iIndex - 1); in EncodeURL()