Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4055 CFX_WideString strTmp; in EncodeURL() local
4059 strTmp += tmp; in EncodeURL()
4061 strTmp += strCode[ch]; in EncodeURL()
4062 int32_t iLen = strTmp.GetLength(); in EncodeURL()
4069 strEncode[2] = strTmp.GetAt(iLen - 1); in EncodeURL()
4072 strEncode[1] = strTmp.GetAt(iLen - 1); in EncodeURL()
4073 strEncode[2] = strTmp.GetAt(iLen - 2); in EncodeURL()
4078 strEncode[1] = strTmp.GetAt(iIndex); in EncodeURL()
4079 strEncode[2] = strTmp.GetAt(iIndex - 1); in EncodeURL()