Searched refs:iAmp (Results 1 – 1 of 1) sorted by relevance
192 std::string::size_type iAmp = encoded.find(AMP); in xmlDecode() local193 if (iAmp == std::string::npos) in xmlDecode()196 std::string decoded(encoded, 0, iAmp); in xmlDecode()201 while (iAmp != iSize) { in xmlDecode()202 if (encoded[iAmp] == AMP && iAmp+1 < iSize) { in xmlDecode()206 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()209 iAmp += xmlEntLen[iEntity]+1; in xmlDecode()213 decoded += encoded[iAmp++]; in xmlDecode()216 decoded += encoded[iAmp++]; in xmlDecode()