Lines Matching refs:strTmp
3567 WideString strTmp;3571 strTmp += tmp;3573 strTmp += strCode[ch];3574 int32_t iLen = strTmp.GetLength();3581 strEncode[2] = strTmp[iLen - 1];3584 strEncode[1] = strTmp[iLen - 1];3585 strEncode[2] = strTmp[iLen - 2];3590 strEncode[1] = strTmp[iIndex];3591 strEncode[2] = strTmp[iIndex - 1];